System.Net.URLClient.TURI.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI

Description

Generates a string from the TURI parts.

The ToString method generates a string from the TURI parts. The method returns a string representing the TURI.

The resulting string is URL-encoded.

See Also