FromHexPairs

STD.Str.FromHexPairs( source )

sourceThe 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');