Function util::toLower

Function Documentation

std::string util::toLower(std::string &value)

Convert a string to lower case.

Return

A lower case representation of the string.

Parameters
  • [in] value: The string to convert to lower case.