StrLower

Converts a string to all lower case characters.

Function Group Execution Windows Embedded Thin Client
StrLower String Synchronous Supported Supported Supported

Syntax

StrLower( strSource )
strSource
The string to be converted.

Returned value

Returns the string, where all the characters are in lowercase.

Examples

Tag Name Expression
Tag  StrLower( "Studio version 7.0" ) // Returned value = "studio version 7.0"
Tag StrLower( "Technical Reference" ) // Returned value = "technical reference"