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