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