Data.DBXPlatform.TDBXPlatform.StringOf
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);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp | Data.DBXPlatform | TDBXPlatform | 
説明
バイト配列を文字列に変換します。
StringOf 静的メソッドは、指定された size 値を持つ data バイト配列を文字列に変換します。