CultureInfo.GroupSeparator

Syntax

GroupSeparator: String

Description

The GroupSeparator property sets group separator.

Comments

Property value is set directly or from JSON, by default it is set to an empty string.

Example

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

See also:

CultureInfo