Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

StringLower()

  • Last UpdatedOct 08, 2024
  • 1 minute read

テキスト文字列内のすべての大文字を小文字に変換し、結果を返します。

カテゴリ

文字列

構文

StringResult=StringMid(Text,StartReplicas,Chars);

パラメータ

テキスト

小文字に変換する文字列。実際の文字列または文字列属性。

備考

小文字、記号、数字、およびその他の特殊文字には影響しません。

StringLower("TURBINE") ' 戻り値 "turbine";

StringLower("22.2 Is The Value") ' 戻り値 "22.2 is the value";

次もご確認ください。

StringASCII()

StringChar()

StringFromIntg()

StringFromReal()関数

StringFromTime()関数StringFromTime()

StringInString()関数StringInString()

StringLeft()

StringLen()

StringMid()

</StringReplace>

StringRight()

StringSpace()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic
Related Links