Soap.XSBuiltIns.TXSHexBinary.XSToNative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure XSToNative(const Value: InvString); override;

C++

virtual void __fastcall XSToNative(const System::UnicodeString Value);

Properties

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

Description

Assigns a string as the value of the TXSHexBinary instance.

XSToNative sets the value of this TXSHexBinary object to a string that represents a formatted hexadecimal value.

Data is the SOAP encoding of a hexadecimal value. It becomes the value of the HexBinaryString property.

See Also