Attention
This functionality is only available in the C++ toolkits. For other languages, we recommend using language-specific functionality instead.
OEStringLower¶
std::string OEStringLower(const std::string &)
Returns a copy of the specified string with all of its letters in lower-case format.
See also
OEStringUpper
function