PLCnext API Documentation 23.6.0.37
Static Public Member Functions | List of all members
Arp::System::Commons::Text::Formatter Class Reference

Static Public Member Functions

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}'.
 
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}'.
 
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'.
 
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'.
 

The documentation for this class was generated from the following file: