Enum NumericSeparator
The numeric separators type which can occur in a number token.
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization
Assembly: Sdl.Core.Bcm.BcmModel.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. |