BigInt.ToInt32 (IFormatProvider) Method
Public Function ToInt32( _
ByVal provider As IFormatProvider _
) As Integer Implements _
IConvertible.ToInt32
This language is not supported or no code example is available.
public int ToInt32(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
int ToInt32(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
intAn 32-bit signed integer equivalent to the value of this instance.