Data.DBXPlatform.TDBXPlatform.StringOf

提供: RAD Studio API Documentation
移動先: 案内検索

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 バイト配列を文字列に変換します。

関連項目