7ad33d1b ccf2 9197 3368 680df7667b24 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

BaseToken.IsSpreading Property

Indicates if the value corresponding to the symbol should be deserialized instead of simply stringifying it.

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

Syntax

C#

public bool IsSpreading { get; private set; }

Property Value

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

Remarks

The spreading instruction (prefix '@') tells the template formatter to expand a corresponding value by using an appropriated serialization method. Against this background, the resulting string representation strictly depends on how the serializer converts an object.

See Also

Reference

BaseToken Class
Plexdata.Utilities.Formatting.Entities Namespace
BaseToken.Symbol
BaseToken.IsNumbering
BaseToken.IsStringify
BaseToken.ToIndex()
BaseToken.ToLabel()
TokenLiterals.SpreadToken

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