Enum NumericSeparator
The numeric separators type which can occur in a number token.
Namespace: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum NumericSeparator
Fields
Name | Description |
---|---|
Alternate | Indicates that an alternate separator (group or decimal separator) is used. |
None | Indicates that no explicit separator is used. |
Primary | Indicates that the culture's primary separator (group or decimal separator) is used. |