Table of Contents

Method ToSingle

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

ToSingle(string)

Converts a string to a Single.

public static float ToSingle(string value)

Parameters

value string

The value.

Returns

float

A Single.