4011ef5f d5c0 810a a104 053c27391163 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

TokenLiterals.OpenedToken Field

The formatting tag open character.

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

Syntax

C#

public const char OpenedToken = '{'

Field Value

Type: Char

Remarks

This constant serves as format statement opening indicator.

Examples

Here an example of how the open token is used.

C#

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

See Also

Reference

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

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