TypeConversion::TryParseUri Method (String^)

 

Parses a string value into a URI representation.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static Uri^ TryParseUri(
	String^ value
)

Parameters

value
Type: System::String^

The URI string.

Return Value

Type: System::Uri^

A URI object; otherwise, null.

Supports relative URIs.

Return to top
Show: