Click or drag to resize
BsonValue.IConvertibleToInt32Implementation Method
Implementation of the IConvertible ToInt32 method.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
protected virtual int IConvertibleToInt32Implementation(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider
The format provider.

Return Value

Type: Int32
An int.
See Also