IConvertible.ToDecimal(IFormatProvider) 方法

定义

使用指定的区域性特定格式设置信息将此实例的值转换为等效的 Decimal 数字。

public:
 System::Decimal ToDecimal(IFormatProvider ^ provider);
public decimal ToDecimal (IFormatProvider provider);
public decimal ToDecimal (IFormatProvider? provider);
abstract member ToDecimal : IFormatProvider -> decimal
Public Function ToDecimal (provider As IFormatProvider) As Decimal

参数

provider
IFormatProvider

IFormatProvider 接口实现,提供区域性特定的格式设置信息。

返回

Decimal

与此实例的值等效的 Decimal 数字。

适用于