DECRYPT

Return the decrypted value of the string passed to the function.

Syntax

= DECRYPT(value)

Parameters

value

The value which has to be decrypted. The value should be specified as a string.

Return Type

String

Examples

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.