Table of Contents

Method ToDateTime

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

ToDateTime(string)

Converts a string to a DateTime.

public static DateTime ToDateTime(string value)

Parameters

value string

The value.

Returns

DateTime

A DateTime.