b17eceec a78f 2d8c 1601 8820f13f86fe - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.IsStringify Property

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

Syntax

C#

public bool IsStringify { get; private set; }

Property Value

Type: Boolean
True if the Symbol is prefixed by '$' and false otherwise.

Remarks

The stringify instruction (prefix '$') tells the template formatter to convert a corresponding value into its string representation by using method ToString().

See Also

Reference

BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Symbol
BaseToken.IsNumbering
BaseToken.IsSpreading
BaseToken.ToIndex()
BaseToken.ToLabel()
TokenLiterals.StringToken

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