cfbb6b3f 4658 9f97 b731 fd8f70624d54 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
Format(String, Object[]) | Formats the list of arguments into the format string. |
![]() ![]() |
Format(IFormatProvider, String, Object[]) | Formats the list of arguments into the format string using given format provider. |
![]() ![]() |
Format(IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string. |
![]() ![]() |
Format(IArgumentSerializer, String, Object[]) | Formats the list of arguments into the format string using given argument serializer. |
![]() ![]() |
Format(Options, String, Object[]) | Formats the list of arguments into the format string using given options. |
![]() ![]() |
Format(IFormatProvider, IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string using given format provider. |
![]() ![]() |
Format(IFormatProvider, IArgumentSerializer, String, Object[]) | Formats the list of arguments into the format string using given format provider as well as given argument serializer. |
![]() ![]() |
Format(IArgumentSerializer, IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string using given argument serializer. |
![]() ![]() |
Format(Options, IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string using given options. |
![]() ![]() |
Format(Boolean, Options, IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string using given options. |
![]() ![]() |
Format(IFormatProvider, IArgumentSerializer, IArgumentRelations, String, Object[]) | Formats the list of arguments into the format string using given format provider as well as given argument serializer. |
![]() ![]() |
Truncate | Cuts off the builder, if necessary. |