| NumericTextBoxSettingDecimalSeparator Property |
Gets or sets the string to use as the decimal separator in values.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DecimalSeparator { get; set; }Public Property DecimalSeparator As String
Get
Set
public:
property String^ DecimalSeparator {
String^ get ();
void set (String^ value);
}member DecimalSeparator : string with get, set
Property Value
Type:
StringThe string to use as the decimal separator in values.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The property is being set to an empty string. |
| ArgumentNullException | The property is being set to null. |
See Also