Table of Contents

TBlob.AsUnicodeString Property

Gets or sets the blob content as a Unicode string.

Remarks

Reading this property triggers a lazy-load if the content has not yet been loaded. The raw bytes are decoded using TEncoding.Unicode.

When the underlying database column is a memo or text subtype, Aurelius ensures the in-memory representation uses Unicode encoding, so reading via AsUnicodeString always yields the correct string value. Prefer this property over AsString unless ANSI encoding is explicitly required.

Syntax

Unit: Aurelius.Types.Blob

property TBlob.AsUnicodeString: string

See also