Parses a string and creates a new ObjectId.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic static ObjectId Parse(
	string s
)
Public Shared Function Parse ( 
	s As String
) As ObjectId
static member Parse : 
        s : string -> ObjectId 
Parameters
- s
- Type: SystemString
 The string value.
Return Value
Type: 
ObjectIdA ObjectId.
 See Also
See Also