Method TryParse
TryParse(string, out ObjectId)
Tries to parse a string and create a new ObjectId.
public static bool TryParse(string s, out ObjectId objectId)
Parameters
Returns
- bool
True if the string was parsed successfully.
Tries to parse a string and create a new ObjectId.
public static bool TryParse(string s, out ObjectId objectId)
True if the string was parsed successfully.