Click or drag to resize
NumberFormatSettingsDecimalSeparator Property
Gets or sets the string to use as the decimal separator 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 DecimalSeparator { get; set; }

Property Value

Type: String
The string to use as the decimal separator in values.
Exceptions
ExceptionCondition
ArgumentExceptionThe property is being set to an empty string.
ArgumentNullExceptionThe property is being set to null.
See Also