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 的消息值转换为小写形式。