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