Table of Contents

Method Parse

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Parse(string)

Parses a string representation of a server address.

public static MongoServerAddress Parse(string value)

Parameters

value string

The string representation of a server address.

Returns

MongoServerAddress

A new instance of MongoServerAddress initialized with values parsed from the string.