JsonConvert.ToString Method (Single) (original) (raw)

JsonConvertToString Method (Single)

Converts a Single to a string.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public static string ToString( float value )

Public Shared Function ToString ( value As Single ) As String

static member ToString : value : float32 -> string

Parameters

value

Type: SystemSingle
The value.

Return Value

Type: String
A string.

See Also

Reference

JsonConvert Class

ToString Overload

MongoDB.Bson.IO Namespace