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