Method Parse

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Misc

Assembly

MongoDB.Driver.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.