RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSHexBinary.NativeToXS Method

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

Pascal
function NativeToXS: InvString; override;
C++
virtual __fastcall InvString NativeToXS();

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. 

 

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