Soap.XSBuiltIns.TXSHexBinary.NativeToXS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  NativeToXS: InvString; override;

C++

virtual System::UnicodeString __fastcall NativeToXS();

Properties

Type Visibility Source Unit Parent
function public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSHexBinary

Description

Returns a string that represents the value of a TXSHexBinary instance.

NativeToXS returns the string that represents the value of this TXSHexBinary object in a SOAP packet. That is, NativeToXS converts the HexBinaryString property to a WideString and returns the result.

See Also