ce5faa03 cef8 c4be 9ced 63bd358abb76 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The expanding prefix character.
Namespace: Plexdata.Utilities.Formatting.Defines
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public const char SpreadToken = '@'
Type: Char
This constant tells the template parser to expand the belonging value.
Here an example of how the spread token is used.
C#
Template.Format("{@SomeName}", 42);
TokenLiterals Class
Plexdata.Utilities.Formatting.Defines Namespace
TokenLiterals.StringToken