Soap.XSBuiltIns.TXSHexBinary.HexBinaryString

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

Delphi

property  HexBinaryString: string read FHexBinaryString write FHexBinaryString;

C++

__property System::UnicodeString HexBinaryString = {read=FHexBinaryString, write=FHexBinaryString};

プロパティ

種類 可視性 ソース ユニット
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSHexBinary

説明

オブジェクトの値を文字列として表します。

HexBinaryString プロパティを使用すると,TXSHexBinary オブジェクトの値を取得できます。この値は文字列として表され,XML ドキュメントで 16 進数値を表すために表示されます。

値をバイトの配列として扱いたい場合は,かわりに,AsByteArray プロパティを使用します。グローバル関数 IntToHex を使用すると,整数値をこのプロパティに割り当て可能な文字列に変換できます。

関連項目