Data.DBXPlatform.TDBXPlatform.AnsiStrToBytes

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

Delphi

class function AnsiStrToBytes(const Value: AnsiString): TArray<Byte>; static;

C++

static System::DynamicArray<System::Byte> __fastcall AnsiStrToBytes(const System::AnsiString Value);

プロパティ

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

説明

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

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

関連項目