StringLower() 関数
- Last UpdatedFeb 05, 2018
- 1 minute read
文字列を小文字にして返します。
構文
result = StringLower (string)
パラメータ
string
リテラル テキスト、メッセージ型タグ変数、または文字列式です。
例
StringLower("TURBINE") は "turbine" を返します。
StringLower("The Value Is 22.2") は "the value is 22.2" を返します。
mtag = StringLower(mtag) は mtag のメッセージ値を小文字に変換します。