Int16.IConvertible.ToDecimal(IFormatProvider) Method
Definition
For a description of this member, see ToDecimal(IFormatProvider).
virtual System::Decimal System.IConvertible.ToDecimal(IFormatProvider ^ provider) = IConvertible::ToDecimal;
decimal IConvertible.ToDecimal (IFormatProvider provider);
Function ToDecimal (provider As IFormatProvider) As Decimal Implements IConvertible.ToDecimal
Parameters
- provider
- IFormatProvider
This parameter is ignored.
Returns
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the Int16 instance is cast to an IConvertible interface. The recommended alternative is to call the Convert.ToDecimal(Int16) method.