Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / NumberDecimalDigits Property


In This Topic
    NumberDecimalDigits Property (RegionalSettings)
    In This Topic
    Gets or sets the number of decimal places to display in numeric values.
    Syntax
    'Declaration
     
    Public Property NumberDecimalDigits As Integer
    'Usage
     
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.NumberDecimalDigits = value
     
    value = instance.NumberDecimalDigits
    public int NumberDecimalDigits {get; set;}

    Property Value

    Integer number of decimal places for numeric values
    Remarks

    Specify the decimal symbol by setting the DecimalSeparator property.

    If you are working with currency values, specify the number of decimal places to display by setting the CurrencyDecimalDigits property.

    See Also