Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyGroupSeparator Property


In This Topic
    CurrencyGroupSeparator Property (RegionalSettings)
    In This Topic
    Gets or sets the character used to separate groups of digits in currency values.
    Syntax
    'Declaration
     
    
    Public Property CurrencyGroupSeparator As String
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As String
     
    instance.CurrencyGroupSeparator = value
     
    value = instance.CurrencyGroupSeparator
    public string CurrencyGroupSeparator {get; set;}
    See Also