Method ToDecimal
ToDecimal()
Converts this variant to decimal if possible.
public readonly decimal ToDecimal()
Returns
ToDecimal(IFormatProvider)
Converts this variant to decimal if possible using the specified format provider.
public readonly decimal ToDecimal(IFormatProvider provider)
Parameters
provider
IFormatProviderAn object that supplies culture-specific formatting information.