共用方式為


toupper()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

將字串轉換成大寫。

語法

toupper(value)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 Description
value string ✔️ 要轉換成大寫字串的值。

傳回

如果轉換成功,結果會是大寫字串。 如果轉換不成功,結果為 null

範例

toupper("hello") == "HELLO"