e0ddd220 5dc4 8426 02de 426ee144bef0 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Performs the template parsing.
System.Object
Plexdata.Utilities.Formatting.Helpers.TemplateParser
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
internal static class TemplateParser
The TemplateParser type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
IsValidHoleMarker | Checks the validity of provided hole marker. |
![]() ![]() |
Parse | Parses a format string and returns a list of corresponding BaseTokens. |
![]() ![]() |
ParseHoleMarker | Parses a hole marker. |
![]() ![]() |
ParseTextMarker | Parses a text marker. |
Name | Description | |
---|---|---|
![]() ![]() |
DefaultCapacity | This field holds the constant value of default capacity. |
This class does the actual template parsing and creates a list of recognized formatting tokens that are used later on for the real string formatting.