|
<< Click to Display Table of Contents >> Navigation: Classes > TEncodingStrictAccess > Methods > GetCharsEx |
SIGNATURE=IWJsonDataObjects.TEncodingStrictAccess.GetCharsEx@PByte@Integer@PChar@Integer
ETYPE=Method
Declaration:
Delphi: |
public function GetCharsEx(Bytes: PByte; ByteCount: Integer; Chars: PChar; CharCount: Integer): Integer; |
C++: |
public: __fastcall int GetCharsEx(PByte Bytes, int ByteCount, const char * Chars, int CharCount); |
Description: This is GetCharsEx, a member of class TEncodingStrictAccess.