Soap.XSBuiltIns.TXSDecimal.NativeToXS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  NativeToXS: InvString; override;

C++

virtual System::UnicodeString __fastcall NativeToXS(void);

Properties

Type Visibility Source Unit Parent
function public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDecimal

Description

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

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.

See Also