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

Description

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

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

See Also