We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Decrypt strings into the datagrid

I have a database table where some fields are encrypted (call the algos Decrypt(string) and Encrypt(string)). I bind this table to a datagrid and I want it instead of displaying the actual string values for some columns to display Decrypt(string). I know I can parse the dataset before and replace the values with their decrypted version, but I don't want to do that....

Loader.
Live Chat Icon For mobile
Up arrow icon