BaseComboBoxCellParseFormattedValue Method

This converts a value formatted for display to an actual cell value

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Object ParseFormattedValue(
	Object formattedValue,
	DataGridViewCellStyle cellStyle,
	TypeConverter formattedValueTypeConverter,
	TypeConverter valueTypeConverter
)

Parameters

formattedValue  Object
The formatted display value of the cell.
cellStyle  DataGridViewCellStyle
The cell style.
formattedValueTypeConverter  TypeConverter
A TypeConverter for the display value type, or null to use the default converter.
valueTypeConverter  TypeConverter
A TypeConverter for the cell value type, or null to use the default converter.

Return Value

Object
The cell value found based on the formatted value.

See Also