fesa-core
7.0.0
|
Class that contains conversion method to convert string-array data. More...
#include <ConverterStringArray.h>
Static Public Member Functions | |
static void | valueToString (const char *const *value, std::size_t size, std::string &result) |
Method to convert arrays of strings to string. More... | |
Class that contains conversion method to convert string-array data.
|
inlinestatic |
Method to convert arrays of strings to string.
value | value to convert |
size | size of the array which is to convert |
result | resulting string |