Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyDecimalSeparator Property


In This Topic
    CurrencyDecimalSeparator Property (RegionalSettings)
    In This Topic
    Gets or sets the string used to separate the integer and decimal portions of a currency value.
    Syntax
    'Declaration
     
    
    Public Property CurrencyDecimalSeparator As String
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As String
     
    instance.CurrencyDecimalSeparator = value
     
    value = instance.CurrencyDecimalSeparator
    public string CurrencyDecimalSeparator {get; set;}
    See Also