共用方式為


Text.Upper

語法

Text.Upper(text as nullable text, optional culture as nullable text) as nullable text

關於

傳回將 text 中所有字元轉換為大寫的結果。 也可以提供選擇性的 culture (例如,"en-US")。

範例 1

取得 "aBcD" 的大寫版本。

使用方式

Text.Upper("aBcD")

輸出

"ABCD"