RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDecimal.NativeToXS Method

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

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

NativeToXS returns the string that represents the value of this TXSDecimal object in a SOAP packet. That is, NativeToXS converts the DecimalString property to a WideString and returns the result. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!