DBNull.IConvertible.ToDecimal(IFormatProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.