toUpperCase method

RadString toUpperCase()

Implementation

RadString toUpperCase() {
  return RadString(value.toUpperCase());
}