TryCreate Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
Uri Class
Uri Methods
TryCreate Method
TryCreate Method (String, UriK ...
TryCreate Method (Uri, String, ...
TryCreate Method (Uri, Uri, Ur ...
Uri Methods
Canonicalize Method
CheckHostName Method
CheckSchemeName Method
CheckSecurity Method
Compare Method
Equality Operator
Equals Method
Escape Method
EscapeDataString Method
EscapeString Method
EscapeUriString Method
FromHex Method
GetComponents Method
GetHashCode Method
GetLeftPart Method
GetObjectData Method
HexEscape Method
HexUnescape Method
Inequality Operator
IsBadFileSystemCharacter Metho ...
IsBaseOf Method
ISerializable.GetObjectData Me ...
IsExcludedCharacter Method
IsHexDigit Method
IsHexEncoding Method
IsReservedCharacter Method
IsWellFormedOriginalString Met ...
IsWellFormedUriString Method
MakeRelative Method
MakeRelativeUri Method
Parse Method
ToString Method
TryCreate Method
Unescape Method
UnescapeDataString Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Uri
.
.
::
.
TryCreate Method
Creates a new
Uri
. Does not throw an exception if the
Uri
cannot be created.
Overload List
Name
Description
TryCreate(String, UriKind, Uri
%
)
Creates a new
Uri
using the specified
String
instance and a
UriKind
.
TryCreate(Uri, String, Uri
%
)
Creates a new
Uri
using the specified base and relative
String
instances.
TryCreate(Uri, Uri, Uri
%
)
Creates a new
Uri
using the specified base and relative
Uri
instances.
Top
See Also
Reference
Uri Class
Uri Members
System Namespace
Tags :