CCS Standardfunction StrToHexString [String] |
Converts a string to a string consisting of the corresponding ASCII values in hexadecimal format.
String (or variable containing a string) to be converted into its ASCII values.
Specifies the format in which the string specified by String is to be returned. The following values are allowed (other formats are conceivable in the future):
0 Æ HexString (the ASCII value of each character is represented as a hexadecimal number with 2 digits).