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.
|
Updated: 3/21/2018 4:36 PM |