Table of Contents

TTMSFNCUtils.SaveStreamToHexStr Method

Serializes all bytes of AStream to a lowercase hexadecimal string.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function SaveStreamToHexStr(const AStream: TStream): string;

Parameters

Name Description
AStream Stream to read from; the full content is encoded.

Returns

The hexadecimal representation of the stream content.