DBNull.IConvertible.ToDecimal(IFormatProvider) Method

Definition

This conversion is not supported. Attempting to make this conversion throws an InvalidCastException.

 virtual System::Decimal System.IConvertible.ToDecimal(IFormatProvider ^ provider) = IConvertible::ToDecimal;
decimal IConvertible.ToDecimal (IFormatProvider provider);
abstract member System.IConvertible.ToDecimal : IFormatProvider -> decimal
override this.System.IConvertible.ToDecimal : IFormatProvider -> decimal
Function ToDecimal (provider As IFormatProvider) As Decimal Implements IConvertible.ToDecimal

Parameters

provider
IFormatProvider

An object that implements the IFormatProvider interface. (This parameter is not used; specify null.)

Returns

None. The return value for this member is not used.

Implements

Exceptions

This conversion is not supported for the DBNull type.

Applies to

See also