LCase()

语法

Result$ = LCase(String$)
概要
Returns the string converted into lower case characters.

参数

String$ The string to convert into lowercase.

返回值

The string converted into lowercase.

Remarks

This function also supports accent letters, so if a upper '� is found, it will be transformed into '�.

示例

  Debug LCase("This is Art") ; Will display "this is art"

参阅

UCase()

已支持操作系统

所有

<- InsertString() - String Index - LSet() ->