UpperStr

将指定字符串中的小写字母转换为大写字母。

用法

UpperStr("String")

参数说明: String  —— 字符串表达式,表示待转换的字符。

范例

UpperStr("msft"); 会返回字符串"MSFT"