Data.DBXPlatform.TDBXPlatform.WideStrToBytes

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

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目