예제 #1
0
 /**
  * Converts all the characters in a string to uppercase and returns the new string.
  *
  * @return CUStringObject The converted string.
  */
 public function toUpperCase()
 {
     return CUString::toUpperCase($this);
 }