DataEntryNumericControlProcessor..::..FormatTextForEntry Method
Formats the text for entry.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public string FormatTextForEntry( DecimalEditControlSetup setup, string controlText )
Public Function FormatTextForEntry ( _ setup As DecimalEditControlSetup, _ controlText As String _ ) As String
public: String^ FormatTextForEntry( DecimalEditControlSetup^ setup, String^ controlText )
Parameters
- setup
- Type: RingSoft.DataEntryControls.Engine..::..DecimalEditControlSetup
The setup.
- controlText
- Type: String
The control text.