Table of Contents

TTMSFNCUtils.LoadStreamFromHexStr Method

Decodes hexadecimal data into a stream.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class procedure LoadStreamFromHexStr(const AHexStr: string; const AStream: TStream);

Parameters

Name Description
AHexStr Hexadecimal string to decode.
AStream Destination stream that receives the decoded bytes at its current position.