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