0 out of 2 rated this helpful - Rate this topic

Uri.TryCreate Method

Creates a new Uri. Does not throw an exception if the Uri cannot be created.

Name Description
Uri.TryCreate (String, UriKind, Uri) Creates a new Uri using the specified String instance and a UriKind.

Supported by the .NET Compact Framework.

Uri.TryCreate (Uri, String, Uri) Creates a new Uri using the specified base and relative String instances.

Supported by the .NET Compact Framework.

Uri.TryCreate (Uri, Uri, Uri) Creates a new Uri using the specified base and relative Uri instances.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.