06a60596 d909 854f 6dd2 dd76801a0bbf - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Indicates if the symbol can be used as index.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public bool IsNumbering { get; private set; }
Type: Boolean
True if the symbol can be used as zero based index and false otherwise.
A symbol can be used as zero based index as soon as it consists only of digits. Otherwise it must be treated as name. But note, the prefix '$'
or '@'
does not affect the numbering state.
BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Symbol
BaseToken.IsStringify
BaseToken.IsSpreading
BaseToken.ToIndex()
BaseToken.ToLabel()