GetByteLength(RawByteString) Method

Retrieves the byte length of a RawByteString (AnsiString or UTF8String).

Namespace: Spring.SystemUtils
function GetByteLength(const s: RawByteString): Integer; overload; inline;

Parameters

s
Type: RawByteString

Return Value

Type: Integer

The byte length of the raw byte string.