Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyGroupSeparator Property


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