7eec31e3 0502 5a35 d177 d6ec9164ddc8 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.Symbol Property

Gets the symbol (name or index).

Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

public string Symbol { get; protected set; }

Property Value

Type: String
The symbol (name or index).

Remarks

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).

See Also

Reference

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

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