LumiSoft Net Help
Parse Method (value)
NamespacesLumiSoft.NetAbsoluteUriParse(String)
Parse URI from string value.
Declaration Syntax
C#Visual BasicVisual C++
public static AbsoluteUri Parse(
	string value
)
Public Shared Function Parse ( _
	value As String _
) As AbsoluteUri
public:
static AbsoluteUri^ Parse(
	String^ value
)
Parameters
value (String)
String URI value.
Return Value

[Missing <returns> documentation for "M:LumiSoft.Net.AbsoluteUri.Parse(System.String)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.
ArgumentExceptionIs raised when value has invalid URI value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129