Soap.XSBuiltIns.TXSDuration.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 TXSDuration

Description

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

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

See Also