8 #include "Arp/System/Commons/Exceptions/InvalidFormatException.hpp"
10 namespace Arp {
namespace System {
namespace Commons {
namespace Text
19 template<
typename... Args>
22 template<
typename... Args>
25 template<
typename... Args>
28 template<
typename... Args>
32 static void OnInvalidFormatOperationOccurs(
const char* formatString,
const char* errorMessage);
38 template<
typename... Args>
45 template<
typename... Args>
52 template<
typename... Args>
59 template<
typename... Args>
65 inline void Formatter::OnInvalidFormatOperationOccurs(
const char* formatString,
const char* errorMessage)
Definition: Formatter.hxx:14
static String FormatPrintf(const String &format, const Args &... args)
Uses Ansi-C printf syntax for the placeholders in the format string like 's'.
Definition: Formatter.hxx:53
static String FormatCommon(const String &format, const Args &... args)
Uses common CLR syntax (.Net) for the placeholders in the format string like '{0}'.
Definition: Formatter.hxx:39
const CharType * CStr() const
Gets the character data of this string.
Definition: BasicString.hxx:1508
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API