9namespace Arp::Base::Core
25 template<
class T>
static T ToValue(
const char* input);
26 template<
class T>
static T ToValue(
const String& input);
27 template<
class T>
static String ToString(
const T& value);
32#include "Arp/Base/Core/Detail/Convert.ipp"
This pure static class converts values of arbitrary Arp type from and to string, respectively.
Definition: Convert.hpp:20
Convert(void)=delete
Deleted default constructor to make this class pure static.
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
Root namespace for the PLCnext API