TTMSFNCUtils.SaveStreamToHexStr Method
Serializes all bytes of
AStreamto 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.