Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyDecimalDigits Property


In This Topic
    CurrencyDecimalDigits Property (IRegionalSettings)
    In This Topic
    Gets or sets the number of decimal places in currency values.
    Syntax
    'Declaration
     
    Property CurrencyDecimalDigits As Integer
    'Usage
     
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.CurrencyDecimalDigits = value
     
    value = instance.CurrencyDecimalDigits
    int CurrencyDecimalDigits {get; set;}

    Property Value

    Integer number of digits to display for currency
    Remarks
    Specify the decimal symbol by setting the DecimalSeparator property. Specify the currency symbol by setting the CurrencySymbol property.
    See Also