Table of Contents

Method ToDouble

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

ToDouble(string)

Converts a string to a Double.

public static double ToDouble(string value)

Parameters

value string

The value.

Returns

double

A Double.