DataEntryGridDataValue..::..CreateDataValue Method (DataEntryGridControlCellStyle, String)
Creates the data value.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public string CreateDataValue( DataEntryGridControlCellStyle controlCellStyle, string controlValue )
Public Function CreateDataValue ( _ controlCellStyle As DataEntryGridControlCellStyle, _ controlValue As String _ ) As String
public: String^ CreateDataValue( DataEntryGridControlCellStyle^ controlCellStyle, String^ controlValue )
Parameters
- controlCellStyle
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridControlCellStyle
The control cell style.
- controlValue
- Type: String
The control value.