UInt32MIConvertibleToInt32 Method
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
int IConvertible.ToInt32(
IFormatProvider provider
)
Private Function ToInt32 (
provider As IFormatProvider
) As Integer Implements IConvertible.ToInt32
private:
virtual int ToInt32(
IFormatProvider^ provider
) sealed = IConvertible::ToInt32
private abstract ToInt32 :
provider : IFormatProvider -> int
private override ToInt32 :
provider : IFormatProvider -> int
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
Int32An 32-bit signed integer equivalent to the value of this instance.
IConvertibleToInt32(IFormatProvider)