222dacd8 c05b 2a9b 528a 0fd72f56fd8b - akesseler/Plexdata.Utilities.Templates GitHub Wiki

TemplateWeaver.WeaveTextToken Method

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

Syntax

C#

private static void WeaveTextToken(
	this BaseToken token,
	StringBuilder output
)

Parameters

 

token
Type: Plexdata.Utilities.Formatting.Entities.BaseToken
The token to be processed.
output
Type: System.Text.StringBuilder
The output where to put the results.

Usage Note

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).

Remarks

This method appends the Marker of an instance of class TextToken to the output.

See Also

Reference

TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace

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