TBuffer class
function GetString(FromIndex, UntilIndex: Integer): TBuffString; {$ifdef UseInline} inline; {$endif}
The GetString method returns a partial string of the buffer converted to unicode.
The partial string starts with the FromIndexth byte and ends before the UntilIndexth byte.