Click or drag to resize
NumberFormatSettingsGroupSeparator Property
Gets or sets the string that separates groups of digits to the left of the decimal in values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GroupSeparator { get; set; }

Property Value

Type: String
The string that separates groups of digits to the left of the decimal in values.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is being set to null.
See Also