Contents
Display Legacy Contents

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

Parameters

Value <string>
  String value to convert.

     
Example 1
HexToString("Kalipso")

Result = 4B616C6970736F

     
  • In Kalipso, all strings are Unicode.

See also
Samples
Sample 1
Sample 2
 
Updated: 3/22/2013 4:31 PM