DecimalEditControlSetup..::..GetDecimalFormatString Method
Gets the decimal format string.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public static string GetDecimalFormatString( DecimalEditFormatTypes formatType, int precision, string customFormatString )
Public Shared Function GetDecimalFormatString ( _ formatType As DecimalEditFormatTypes, _ precision As Integer, _ customFormatString As String _ ) As String
public: static String^ GetDecimalFormatString( DecimalEditFormatTypes^ formatType, int^ precision, String^ customFormatString )
Parameters
- formatType
- Type: RingSoft.DataEntryControls.Engine..::..DecimalEditFormatTypes
Type of the format.
- precision
- Type: Int32
The precision.
- customFormatString
- Type: String
The custom format string.