AnyUri.TryCreate MethodAnyUri.TryCreate MethodAnyUri::TryCreate Method
Creates a new AnyUriAnyUriAnyUri from its lexical value. A return value indicates whether the conversion
succeeded or failed.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | TryCreate (string, out AnyUri)TryCreate (String, ByRef AnyUri)TryCreate (String^, AnyUri^%) | Creates a new AnyUriAnyUriAnyUri from its lexical value. A return value indicates whether the conversion succeeded or failed. |
![]() ![]() | TryCreate (AnyUri, string, out AnyUri)TryCreate (AnyUri, String, ByRef AnyUri)TryCreate (AnyUri^, String^, AnyUri^%) | Creates a new AnyUriAnyUriAnyUri from its lexical value and resolves it against a base URI. A return value indicates whether the conversion succeeded or failed. |