Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyDecimalSeparator Property


In This Topic
    CurrencyDecimalSeparator Property (IRegionalSettings)
    In This Topic
    Gets or sets the string that indicates the currency decimal symbol.
    Syntax
    'Declaration
     
    
    Property CurrencyDecimalSeparator As String
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As String
     
    instance.CurrencyDecimalSeparator = value
     
    value = instance.CurrencyDecimalSeparator
    string CurrencyDecimalSeparator {get; set;}
    See Also