LCase
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2024 R2
- PI Server
Convert a string to a lowercase string.
Syntax
LCase(s1)
Arguments
-
s1
string
Returns
A string that has been converted to lowercase
Exceptions
If the argument is not a string, returns an error value
Example
-
LCase("String")
[Returns "string"]