My Project
SallyAPI::String::StringHelper Member List
This is the complete list of members for SallyAPI::String::StringHelper, including all inherited members.
base64_decode(std::string const &s)SallyAPI::String::StringHelper [static]
base64_encode(unsigned char const *, unsigned int len)SallyAPI::String::StringHelper [static]
ConvertDoubleToString(double i)SallyAPI::String::StringHelper [static]
ConvertFloatToString(float i)SallyAPI::String::StringHelper [static]
ConvertToDouble(const std::string &sString)SallyAPI::String::StringHelper [static]
ConvertToFloat(const std::string &sString)SallyAPI::String::StringHelper [static]
ConvertToInt(const std::string &sString)SallyAPI::String::StringHelper [static]
ConvertToString(int i)SallyAPI::String::StringHelper [static]
ConvertToString(double i)SallyAPI::String::StringHelper [static]
ConvertToString(float i)SallyAPI::String::StringHelper [static]
ConvertToString(DWORD i)SallyAPI::String::StringHelper [static]
GetStringBetween(const std::string &searchInString, const std::string &first, const std::string &last)SallyAPI::String::StringHelper [static]
RemoveStringBetween(const std::string &searchInString, const std::string &first, const std::string &last)SallyAPI::String::StringHelper [static]
ReplaceString(const std::string &in, const std::string &replaceThis, const std::string &replaceWith)SallyAPI::String::StringHelper [static]
StringCompareCaseInsensitivity(const std::string &left, const std::string &right)SallyAPI::String::StringHelper [static]
StringContainsCaseInsensitivity(const std::string &left, const std::string &right)SallyAPI::String::StringHelper [static]
StringEndsWith(const std::string &str, const std::string &end)SallyAPI::String::StringHelper [static]
StringStartsWith(const std::string &str, const std::string &start)SallyAPI::String::StringHelper [static]
StringToLower(const std::string &strToConvert)SallyAPI::String::StringHelper [static]
StringToUpper(const std::string &strToConvert)SallyAPI::String::StringHelper [static]
StripServerAddress(const std::string &completeURL, std::string &server, int &port, std::string &uri)SallyAPI::String::StringHelper [static]
TokenizeString(const std::string &sString, const std::string &token)SallyAPI::String::StringHelper [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines