Table of Contents

Method Parse

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

Parse(string)

Parses the string representation of an end point.

public static EndPoint Parse(string value)

Parameters

value string

The value to parse.

Returns

EndPoint

An end point.