StringToHex

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - 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.

Examples

  • Example 1

StringToHex("Kalipso") Result = 4B616C6970736F

In Kalipso, all strings are Unicode.

Last updated