Soap.XSBuiltIns.TXSDecimal.XSToNative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure XSToNative(const Value: InvString); override;

C++

virtual void __fastcall XSToNative(const System::UnicodeString Value);

Properties

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

Description

Assigns a string as the value of the TXSDecimal instance.

XSToNative sets the value of this TXSDecimal object to a string that represents a formatted decimal value.

Data is the SOAP encoding of a decimal value. It becomes the value of the DecimalString property.

See Also