Data.DBXPlatform.TDBXPlatform.BytesToWideStr

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

Delphi

class function BytesToWideStr(const Value: TArray<Byte>): string; static;

C++

static System::UnicodeString __fastcall BytesToWideStr(const System::DynamicArray<System::Byte> Value);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

バイト配列を WideString に変換します。

BytesToWideStr 静的メソッド は、Value で指定されたバイト配列を WideString に変換します。

関連項目