b17eceec a78f 2d8c 1601 8820f13f86fe - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Indicates if the value corresponding to the symbol should simply be converted into a string.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public bool IsStringify { get; private set; }
Type: Boolean
True if the Symbol is prefixed by '$'
and false otherwise.
The stringify instruction (prefix '$'
) tells the template formatter to convert a corresponding value into its string representation by using method ToString().
BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Symbol
BaseToken.IsNumbering
BaseToken.IsSpreading
BaseToken.ToIndex()
BaseToken.ToLabel()
TokenLiterals.StringToken