Uri.ParseUriString Method
Parses a URI string into Uri variables.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
protected void ParseUriString (
ref string uriString
)
Parameters
- uriString
A Uri.
Remarks
Throws a System.ArgumentNullException if uriString is null.
Throws a System.Exception per the Uri Constructor (String) constructor description.
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.