| MongoUtils Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver
 Syntax
SyntaxThe MongoUtils type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Hash | 
            Gets the MD5 hash of a string.
             | 
|   | TimeSpanFromMicroseconds | 
            Creates a TimeSpan from microseconds.
             | 
|   | ToCamelCase | 
            Converts a string to camel case by lower casing the first letter (only the first letter is modified).
             | 
 See Also
See Also