IConvertible.ToDecimal(IFormatProvider) 方法
定义
public:
System::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 接口实现,提供区域性特定的格式设置信息。An IFormatProvider interface implementation that supplies culture-specific formatting information.