LumiSoft Net Help
Parse Method (value)
NamespacesLumiSoft.NetHostEndPointParse(String)
Parses HostEndPoint from the specified string.
Declaration Syntax
C#Visual BasicVisual C++F#
public static HostEndPoint Parse(
	string value
)
Public Shared Function Parse ( 
	value As String
) As HostEndPoint
public:
static HostEndPoint^ Parse(
	String^ value
)
static member Parse : 
        value : string -> HostEndPoint 
Parameters
value (String)
HostEndPoint value.
Return Value
HostEndPoint
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.dll) Version: 4.5.5510.19119