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

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

JsonConvertToString Method (Decimal128)

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

Syntax

public static string ToString( Decimal128 value )

Public Shared Function ToString ( value As Decimal128 ) As String

static member ToString : value : Decimal128 -> string

Parameters

value

Type: MongoDB.BsonDecimal128
The value.

Return Value

Type: String
A string.

See Also

Reference