Method Parse
Parse(string)
Parses the string representation of an end point.
public static EndPoint Parse(string value)
Parameters
value
stringThe 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.