LumiSoft Net Help
Parse Method (value)
NamespacesLumiSoft.NetHostEndPointParse(String)
Parses HostEndPoint from the specified string.
Declaration Syntax
C#Visual BasicVisual C++
public static HostEndPoint Parse(
	string value
)
Public Shared Function Parse ( _
	value As String _
) As HostEndPoint
public:
static HostEndPoint^ Parse(
	String^ value
)
Parameters
value (String)
HostEndPoint value.
Return Value
Returns parsed HostEndPoint value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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