781f7f7b d777 b96d bf30 105d21c7030d - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The stringify prefix character.
Namespace: Plexdata.Utilities.Formatting.Defines
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public const char StringToken = '$'
Type: Char
This constant tells the template parser just to convert the belonging value into a string.
Here an example of how the string token is used.
C#
Template.Format("{$SomeName}", 42);
TokenLiterals Class
Plexdata.Utilities.Formatting.Defines Namespace
TokenLiterals.SpreadToken