Return the decrypted value of the string passed to the function.
= DECRYPT(value)
|
value |
The value which has to be decrypted. The value should be specified as a string. |
String
|
Example |
Returns |
|
= DECRYPT(“Password”) |
The decrypted value of the password. |
|
= DECRYPT("OrderID") |
The decrypted value of the OrderID variable |
|
= DECRYPT("UserName") |
The decrypted value of the UserName variable. |