222dacd8 c05b 2a9b 528a 0fd72f56fd8b - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Appends a text token to the output.
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private static void WeaveTextToken(
this BaseToken token,
StringBuilder output
)
- token
- Type: Plexdata.Utilities.Formatting.Entities.BaseToken
The token to be processed. - output
- Type: System.Text.StringBuilder
The output where to put the results.
In Visual Basic and C#, you can call this method as an instance method on any object of type BaseToken. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
This method appends the Marker of an instance of class TextToken to the output.
TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace