BigInt.ToDecimal Method
Public Function ToDecimal( _
ByVal provider As IFormatProvider _
) As Decimal Implements _
IConvertible.ToDecimal
This language is not supported or no code example is available.
public decimal ToDecimal(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
Decimal ToDecimal(
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
decimalA Decimal number equivalent to the value of this instance.