Template Function csp::common::StringFormat
Defined in File StringFormat.h
Function Documentation
-
template<typename ...Args>
static String csp::common::StringFormat(const String &Format, Args... args) Builds a string with the specified format and arguments.
Based on sprintf: https://stackoverflow.com/questions/2342162/stdstring-formatting-like-sprintf