toUpper method

String toUpper()

Implementation

String toUpper() {
  return toUpperCase();
}