Parses HostEndPoint from the specified string.
| C# | Visual Basic | Visual C++ |
public static HostEndPoint Parse( string value )
Public Shared Function Parse ( _ value As String _ ) As HostEndPoint
public: static HostEndPoint^ Parse( String^ value )
- value (String)
- HostEndPoint value.
Returns parsed HostEndPoint value.
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when value is null. |
| ArgumentException | Is raised when any of the arguments has invalid value. |