- value
- An object that implements the IConvertible interface, or null.
A 32-bit signed integer equivalent to value, or zero if value is null.
If value is not null, this method wraps a call to the IConvertible.ToInt32(IFormatProvider) implementation of the underlying type of value.