16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STRING_STRINGUTILS_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STRING_STRINGUTILS_H_ 115 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STRING_STRINGUTILS_H_ std::string byteVectorToString(const std::vector< uint8_t > &byteVector)
std::string ltrim(const std::string &str)
::std::string string
Definition: gtest-port.h:1097
std::string replaceAllSubstring(const std::string &str, const std::string &from, const std::string &to)
std::string stringToLowerCase(const std::string &input)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::string stringToUpperCase(const std::string &input)
bool stringToInt64(const std::string &str, int64_t *result)
bool stringToInt(const std::string &str, int *result)