Class NumericSeparator
The numeric separators type which can occur in a number token.
Inheritance
System.Object
NumericSeparator
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public sealed class NumericSeparator : Enum
Fields
Alternate
Indicates that an alternate separator (group or decimal separator) is used.
Declaration
public const NumericSeparator Alternate
Field Value
Type | Description |
---|---|
NumericSeparator |
None
Indicates that no explicit separator is used.
Declaration
public const NumericSeparator None
Field Value
Type | Description |
---|---|
NumericSeparator |
Primary
Indicates that the culture's primary separator (group or decimal separator) is used.
Declaration
public const NumericSeparator Primary
Field Value
Type | Description |
---|---|
NumericSeparator |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |