Table of Contents

TBlob.AsString Property

Gets or sets the blob content as an ANSI-encoded string.

Remarks

Reading this property triggers a lazy-load if the content has not yet been loaded. For new code, prefer AsUnicodeString, which uses Unicode encoding and avoids potential character-set issues.

Syntax

Unit: Aurelius.Types.Blob

property TBlob.AsString: string

See also