781f7f7b d777 b96d bf30 105d21c7030d - akesseler/Plexdata.Utilities.Templates GitHub Wiki

TokenLiterals.StringToken Field

The stringify 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 StringToken = '$'

Field Value

Type: Char

Remarks

This constant tells the template parser just to convert the belonging value into a string.

Examples

Here an example of how the string token is used.

C#

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

See Also

Reference

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

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