|
template<typename... Args> |
static String | FormatCommon (const String &format, const Args &... args) |
| Uses common CLR syntax (.Net) for the placeholders in the format string like '{0}'. More...
|
|
template<typename... Args> |
static String | FormatCommon (const char *format, const Args &... args) |
| Uses common CLR syntax (.Net) for the placeholders in the format string like '{0}'. More...
|
|
template<typename... Args> |
static String | FormatPrintf (const String &format, const Args &... args) |
| Uses Ansi-C printf syntax for the placeholders in the format string like 's'. More...
|
|
template<typename... Args> |
static String | FormatPrintf (const char *format, const Args &... args) |
| Uses Ansi-C printf syntax for the placeholders in the format string like 's'. More...
|
|
◆ FormatCommon() [1/2]
template<typename... Args>
String Arp::System::Commons::Text::Formatter::FormatCommon |
( |
const char * |
format, |
|
|
const Args &... |
args |
|
) |
| |
|
inlinestatic |
Uses common CLR syntax (.Net) for the placeholders in the format string like '{0}'.
◆ FormatCommon() [2/2]
template<typename... Args>
String Arp::System::Commons::Text::Formatter::FormatCommon |
( |
const String & |
format, |
|
|
const Args &... |
args |
|
) |
| |
|
inlinestatic |
Uses common CLR syntax (.Net) for the placeholders in the format string like '{0}'.
◆ FormatPrintf() [1/2]
template<typename... Args>
String Arp::System::Commons::Text::Formatter::FormatPrintf |
( |
const char * |
format, |
|
|
const Args &... |
args |
|
) |
| |
|
inlinestatic |
Uses Ansi-C printf syntax for the placeholders in the format string like 's'.
◆ FormatPrintf() [2/2]
template<typename... Args>
String Arp::System::Commons::Text::Formatter::FormatPrintf |
( |
const String & |
format, |
|
|
const Args &... |
args |
|
) |
| |
|
inlinestatic |
Uses Ansi-C printf syntax for the placeholders in the format string like 's'.
The documentation for this class was generated from the following file: