Parse URI from string value.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static AbsoluteUri Parse( string value )
Public Shared Function Parse ( value As String ) As AbsoluteUri
public: static AbsoluteUri^ Parse( String^ value )
static member Parse : value : string -> AbsoluteUri
Parameters
- value (String)
- String URI value.
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
ArgumentException | Is raised when value has invalid URI value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119