Soap.XSBuiltIns.TXSHexBinary.NativeToXS

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

Delphi

function  NativeToXS: InvString; override;

C++

virtual System::UnicodeString __fastcall NativeToXS();

プロパティ

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

説明

TXSHexBinary のインスタンスの値を表す文字列を返します。

NativeToXS メソッドは,SOAP パケットで当該 TXSHexBinary オブジェクトの値を表す文字列を返します。つまり,NativeToXSHexBinaryString プロパティを WideString に変換して,その結果を返します。

関連項目