STD.Str.FromHexPairs( hex_pairs )
| hex_pairs | The string containing the hex pairs to process. |
| Return: | FromHexPairs returns a data value with each byte created from a pair of hex digits. |
The FromHexPairs function returns a data value with each byte created from a pair of hex digits.
Example:
A := STD.Str.FromHexPairs('0001FF80');