RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSHexBinary.XSToNative Method

Assigns a string as the value of the TXSHexBinary instance.

Pascal
procedure XSToNative(Value: WideString); override;
C++
virtual __fastcall XSToNative(BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!