IConvertible.ToDecimal Method
.NET Framework 1.1
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
The IConvertible type is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[Visual Basic] Function ToDecimal( _ ByVal provider As IFormatProvider _ ) As Decimal [C#] decimal ToDecimal( IFormatProvider provider ); [C++] Decimal ToDecimal( IFormatProvider* provider ); [JScript] function ToDecimal( provider : IFormatProvider ) : Decimal;
Parameters
- provider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
A Decimal number equivalent to the value of this instance.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IConvertible Interface | IConvertible Members | System Namespace