Method Parse
Parse(string)
Parses the string representation of an end point.
public static EndPoint Parse(string value)Parameters
- valuestring
- The value to parse. 
Returns
- EndPoint
- An end point. 
Parses the string representation of an end point.
public static EndPoint Parse(string value)value stringThe value to parse.
An end point.