2 references to Formatter_CantConvert
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2411
throw new FormatException(string.Format(CultureInfo.CurrentCulture, SR.
Formatter_CantConvert
, value, DisplayType));
System\Windows\Forms\Internal\Formatter.cs (1)
422
string stringResId = (value is null) ? SR.Formatter_CantConvertNull : SR.
Formatter_CantConvert
;