|
<< Click to Display Table of Contents >> Navigation: Classes > TUTF8EncodingEx > Methods > GetBytes |
SIGNATURE=IW.Common.Strings.TUTF8EncodingEx.GetBytes@UnicodeString@Integer@Integer@TBytes@Integer
ETYPE=Method
Declaration:
Delphi: |
public function GetBytes(const S: UnicodeString; CharIndex: Integer; CharCount: Integer; const Bytes: TBytes; ByteIndex: Integer): Integer; |
C++: |
public: __fastcall int GetBytes(const UnicodeString S, int CharIndex, int CharCount, const TBytes Bytes, int ByteIn |
Description: This a (fixed) copy of FPC/Lazarus implementation