957947a0 c9bd 2776 0b1a 6034214e02ed - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Parses a text marker.
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
private static BaseToken ParseTextMarker(
int index,
ref int after,
StringBuilder source
)
- index
- Type: System.Int32
The index at where to start parsing. - after
- Type: System.Int32
The next index behind the text token. - source
- Type: System.Text.StringBuilder
The source format string.
Type: BaseToken
An instance of class TextToken containing the text part.
This method tries to find the next text marker within the original format string and returns it as instance of class TextToken.
TemplateParser Class
Plexdata.Utilities.Formatting.Helpers Namespace