RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSHexBinary.XSToNative Method

Assigns a string as the value of the TXSHexBinary instance.

Pascal
procedure XSToNative(Value: InvString); override;
C++
virtual __fastcall XSToNative(InvString Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!