c2ff6caf 9258 f995 1bd9 957052d09406 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The TemplateWeaver type exposes the following members.
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. |
TemplateWeaver Class
Plexdata.Utilities.Formatting.Helpers Namespace