Mongo Object ID
Class ObjectID( [string] )
string | A string representing an object Id. |
Methods | |
toString | Returns a representation of the object id as a string. |
Returns a representation of the object id as a string.
ObjectID.toString()
Return | A string representing the object id. |