Method Parse
Parse(string)
Parses a string and creates a new ObjectId.
public static ObjectId Parse(string s)Parameters
- sstring
- The 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.