Table of Contents

TTMSFNCUtils.HexStrToBytes Method

Converts a hexadecimal string to a byte array.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function HexStrToBytes(const AValue: string): TBytes;

Parameters

Name Description
AValue Hex string, e.g. '1A2B3C'.

Returns

The decoded byte array.