b00c9114 871b d886 bb87 b84e0ed158e9 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
This class weaves the result.
System.Object
Plexdata.Utilities.Formatting.Helpers.TemplateWeaver
Namespace: Plexdata.Utilities.Formatting.Helpers
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
internal static class TemplateWeaver
The TemplateWeaver type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
TemplateWeaver | Default static construction. |
Name | Description | |
---|---|---|
![]() ![]() |
AddPadding | Adds value padding if necessary. |
![]() ![]() |
GetFormattedValue | Converts the argument into its string representation. |
![]() ![]() |
GetPadding | Gets the padding length. |
![]() ![]() |
HandleException | Converts an exception into a string and returns it. |
![]() ![]() |
IsWeaveAllByIndex | This method determines whether all hole tokens can be handled by index. |
![]() ![]() |
ToFormattedValue | Turns the argument into its formatted representation. |
![]() ![]() |
ToSpreadingValue | Converts the argument by serializing it. |
![]() ![]() |
ToStringifyValue | Converts the argument into a string. |
![]() ![]() |
Weave | Assembles the result string. |
![]() ![]() |
WeaveByIndex | Creates the formatted output by index. |
![]() ![]() |
WeaveByLabel | Creates the formatted output by label. |
![]() ![]() |
WeaveHoleToken | Formats the related argument and appends it to the result. |
![]() ![]() |
WeaveTextToken | Appends a text token to the output. |
![]() ![]() |
WeaveVoidToken | Appends a void token to the output. |
Name | Description | |
---|---|---|
![]() ![]() |
FallbackSerializer | This field holds the fallback serializer. |
In other words, this class assembles the result.