eac5fd16 bf9d e61e 41eb 2ee41c4cd899 - 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. |