ce5faa03 cef8 c4be 9ced 63bd358abb76 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

TokenLiterals.SpreadToken Field

The expanding prefix character.

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

Syntax

C#

public const char SpreadToken = '@'

Field Value

Type: Char

Remarks

This constant tells the template parser to expand the belonging value.

Examples

Here an example of how the spread token is used.

C#

Template.Format("{@SomeName}", 42);

See Also

Reference

TokenLiterals Class
Plexdata.Utilities.Formatting.Defines Namespace
TokenLiterals.StringToken

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