Method ToDecimal
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
ToDecimal(Decimal128)
Converts the value of the specified Decimal128 to the equivalent decimal.
public static decimal ToDecimal(Decimal128 d)
Parameters
The number to convert.
Returns
A decimal equivalent to d
.