Data.DBXPlatform.TDBXPlatform.StringOf
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
| Unit: Data.DBXPlatform | |
| Parent: TDBXPlatform | |
Delphi
class function StringOf(Data: TArray<Byte>; const Size: Integer): string;
C++
__classmethod System::UnicodeString __fastcall StringOf(System::DynamicArray<System::Byte> Data, const int Size);
Description
Converts a byte array into a string.
The StringOf static method converts the data array of bytes, with the given size, into a string.