<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Reverts the encrypted string.
syntax
DecryptStr(
key,
str
)
Parameters
key
Type:
character
Specify the encryption key.
The string to decrypt.
Return Value
The restored string. If an error occurs, an empty string is returned.
Explanation
Decrypts an encrypted string, which requires the encryption key.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
EncryptFile
DecryptFile
EncryptStr
DecryptStr