====== OConv ENCRYPT_FORMAT function ====== ==== Description ==== Converts encrypted values into data strings. ==== Syntax ==== //internal// = **OConv**(encryptedValue, "[ENCRYPT_FORMAT, encrpytKey ]") ==== Parameters ==== OConv ENCRYPT_FORMAT accepts arguments for the following parameters. ^Parameter^Description^ |encryptedValue|Encrypted value using IConv ENCRYPT_FORMAT| |encryptKey|The key to use to decrypt the value.|| ==== Example ==== value = "AB123CD" encryptKey = "23A23" iValue = IConv(value, "[ENCRYPT_FORMAT, ":encryptKey:"]") oValue = OConv(iValue, "[ENCRYPT_FORMAT, ":encryptKey:"]")