Table of Contents

Class MongoUtils

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Various static utility methods.

public static class MongoUtils
Inheritance
MongoUtils
Inherited Members

Methods

Hash(string)

Gets the MD5 hash of a string.

TimeSpanFromMicroseconds(long)

Creates a TimeSpan from microseconds.

ToCamelCase(string)

Converts a string to camel case by lower casing the first letter (only the first letter is modified).