Method TryParse
TryParse(string, out EndPoint)
Tries to parse the string representation of an end point.
public static bool TryParse(string value, out EndPoint result)Parameters
Returns
- bool
- True if the string representation was parsed successfully.