Click or drag to resize
ObjectId.Parse Method
Parses a string and creates a new ObjectId.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
public static ObjectId Parse(
	string s
)

Parameters

s
Type: System.String
The string value.

Return Value

Type: ObjectId
A ObjectId.
See Also