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


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