Method Parse
Parse(string)
Parses a string representation of a server address.
public static MongoServerAddress Parse(string value)
Parameters
valuestringThe string representation of a server address.
Returns
- MongoServerAddress
A new instance of MongoServerAddress initialized with values parsed from the string.