Method Parse
Parse(string)
Parses a string and creates a new ObjectId.
public static ObjectId Parse(string s)
Parameters
s
stringThe string value.
Returns
- ObjectId
A ObjectId.
Parses a string and creates a new ObjectId.
public static ObjectId Parse(string s)
s
stringThe string value.
A ObjectId.