Soap.XSBuiltIns.TXSTime.NativeToXS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NativeToXS: InvString; override;

C++

virtual System::UnicodeString __fastcall NativeToXS();

Properties

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

Description

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

NativeToXS returns the string that represents the value of this TXSTime object in a SOAP packet.

See Also