Gets string representation of Uri.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string ToString()
Visual Basic
Public Function ToString As String
Visual C++
public:
String^ ToString()
F#
member ToString : unit -> string 

Return Value

Type: String
String representation of Uri

See Also