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


In This Topic
    CurrencyDecimalDigits Property (RegionalSettings)
    In This Topic
    Gets or sets the number of digits in the decimal portion of a currency value.
    Syntax
    'Declaration
     
    Public Property CurrencyDecimalDigits As Integer
    'Usage
     
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.CurrencyDecimalDigits = value
     
    value = instance.CurrencyDecimalDigits
    public 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