GetByteLength(WideString) Method
Retrieves the byte length of a WideString.
function GetByteLength(const s: WideString): Integer; overload; inline;
Parameters
- s
- Type: WideString
A wide string.
Return Value
Type: Integer
The byte length of the wide string.