Table of Contents

Method Parse

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Parse(string)

Parses a string and creates a new ObjectId.

public static ObjectId Parse(string s)

Parameters

s string

The string value.

Returns

ObjectId

A ObjectId.