Contents
Display Legacy Contents

 Print
    HexToString  
This Function returns a <string>, which is the result of the conversion of the specified hexadecimal Value converted to unicode string.

Parameters

Value <string>
  Hexadecimal value to convert.

     
Example 1
HexToString("4B616C6970736F")

Result = Kalipso

     
  • In Kalipso, all strings are Unicode.

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:36 PM