7eec31e3 0502 5a35 d177 d6ec9164ddc8 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets the symbol (name or index).
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public string Symbol { get; protected set; }
Type: String
The symbol (name or index).
The symbol actually represents the positioning instruction of a format string. It can be either just a number (like used for String.Format) or it can be a name (aka template).
BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.IsNumbering
BaseToken.IsStringify
BaseToken.IsSpreading
BaseToken.ToIndex()
BaseToken.ToLabel()