Spread Windows Forms 12.0 Product Documentation
NumberGroupSeparator Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : NumberGroupSeparator Property
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;}

Property Value

String containing the group separator for numeric values
Remarks

You can specify more than one character for the group separator.

Specify the number of digits to separate by setting the NumberGroupSize property.

See Also

Reference

RegionalSettings Class
RegionalSettings Members
NumberGroupSize Property