Function Blam::Utils::String::to_upper

Function Documentation

std::string Blam::Utils::String::to_upper(std::string string)

Transforms a string to all-uppercase.

Return

The original string with all characters changed to uppercase.

Parameters
  • string: - The original string.