将指定字符串中的小写字母转换为大写字母。
UpperStr("String")
UpperStr
String
参数说明: String —— 字符串表达式,表示待转换的字符。
UpperStr("msft"); 会返回字符串"MSFT"
UpperStr("msft");
"msft"