Returns the absolute Uri from a string that may represent relative or absolute Uri.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public static Uri GetAbsoluteUri(
	string uriString
)
Visual Basic
Public Shared Function GetAbsoluteUri ( _
	uriString As String _
) As Uri

Parameters

uriString
Type: System..::..String
A relative or absolute Uri in string form.

Return Value

The absolute Uri from the parameter string.

See Also