CultureInfo.DecimalSeparator

Syntax

DecimalSeparator: String

Description

The DecimalSeparator property sets decimal part separator.

Comments

Property value is set directly or from JSON, by default it contains point character.

Example

The example of use is given in the with description of the CultureInfo.validateNumber method.

See also:

CultureInfo