RepresentationConverterToDecimal Method (Double) |
Converts a Double to a Decimal.
Namespace:
MongoDB.Bson.Serialization.Options
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public decimal ToDecimal(
double value
)
Public Function ToDecimal (
value As Double
) As Decimal
member ToDecimal :
value : float -> decimal
Parameters
- value
- Type: SystemDouble
A Double.
Return Value
Type:
DecimalA Decimal.
See Also