True, to use digit grouping (i.e. thousands separator).
When true, the digit grouping character and spacing
comes from the regional settings of the current locale.
False indicates no digit grouping.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string DigitGrouping { get; set; } |
Visual Basic |
---|
Public Property DigitGrouping As String
Get
Set |
JScript |
---|
function get DigitGrouping () : String
function set DigitGrouping (value : String) |
See Also