DecryptStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

DecryptStr


 

Reverts the encrypted string.

 


syntax

DecryptStr(

         key,

         str

         )

 


Parameters

 

key

 

Type:

character

 

Specify the encryption key.

 

str

 

Type:

character

 

The string to decrypt.

 

Return Value

 

 

Type:

character

 

The restored string. If an error occurs, an empty string is returned.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference