Method TryParse
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
TryParse(string, out EndPoint)
Tries to parse the string representation of an end point.
public static bool TryParse(string value, out EndPoint result)Parameters
value string
The value to parse.
result EndPoint
The result.
Returns
True if the string representation was parsed successfully.