06a60596 d909 854f 6dd2 dd76801a0bbf - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.IsNumbering Property

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

Syntax

C#

public bool IsNumbering { get; private set; }

Property Value

Type: Boolean
True if the symbol can be used as zero based index and false otherwise.

Remarks

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.

See Also

Reference

BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Symbol
BaseToken.IsStringify
BaseToken.IsSpreading
BaseToken.ToIndex()
BaseToken.ToLabel()

⚠️ **GitHub.com Fallback** ⚠️