Method ToUInt32
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
ToUInt32(Decimal128)
Converts the value of the specified Decimal128 to the equivalent 32-bit unsigned integer.
[CLSCompliant(false)]
public static uint ToUInt32(Decimal128 d)
Parameters
The number to convert.
Returns
A 32-bit unsigned integer equivalent to d
.