/
xpfDecryptString
xpfDecryptString
FUNCTION xpfDecryptString (encrypedString : STRING; decryptionKey : STRING) decryptedString : STRING;
The xpfDecryptString function decrypes an encrypted string, decrypedString, using the decryptionKey . The length of the decryptionKey must be exactly 16 characters.
Arguments
Type | Name | Comment |
STRING | encrypedString | comments |
STRING | decryptionKey |
Return Value
Type | Name | Comment |
STRING | decryptedString | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpfGetLongString
xpfGetLongString
More like this
xpfSubstituteStringsInString
xpfSubstituteStringsInString
More like this
xpxMapSchemaSourceFileBN
xpxMapSchemaSourceFileBN
More like this
xpfGetInternalData
xpfGetInternalData
More like this
xpfStringToInteger
xpfStringToInteger
More like this
xpfFindFirstCharInString
xpfFindFirstCharInString
More like this