Click or drag to resize

BsonValueIConvertibleToUInt32Implementation Method

Implementation of the IConvertible ToUInt32 method.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
protected virtual uint IConvertibleToUInt32Implementation(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
The format provider.

Return Value

Type: UInt32
A uint.
See Also