SipUriParser.TryParse(String, SipUriParser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a URI object from a URI string.
public:
static bool TryParse(System::String ^ uri, [Runtime::InteropServices::Out] Microsoft::Rtc::Signaling::SipUriParser ^ % parser);
public static bool TryParse (string uri, out Microsoft.Rtc.Signaling.SipUriParser parser);
static member TryParse : string * -> bool
Public Shared Function TryParse (uri As String, ByRef parser As SipUriParser) As Boolean
Parameters
- uri
- String
The URI string.
- parser
- SipUriParser
The URI object corresponding to the URI string.
Returns
Returns true if a valid URI can be formed.