Soap.XSBuiltIns.TXSHexBinary.XSToNative
Delphi
procedure XSToNative(const Value: InvString); override;
C++
virtual void __fastcall XSToNative(const Soap::Invokeregistry::InvString 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.