XenoGuard 4.0 Documentation

To Lower

ActionStep Reference » Programming » String Operation » Conversion » To Lower 

The ActionStep To Lower modifies the string value to lowercase and stores the converted string in Result of the result list. 

[-] Hide
  1. Open the Programming node in the Workspace Explorer.
  2. Open the String Operation node.
  3. In the Conversion node, select the To Lower ActionStep.

Parameters:

The ActionStep has the following input parameters:


name Description
String The string to be converted to lowercase.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Results:

The ActionStep returns the following results:


name
description
Result Contains the lowercase equivalent of the specified string.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter]

Example 1 (Convert a variable string to lowercase):

This example changes the string value of the local Description variable with Text as a data type to lowercase. The result is then output via Write Text.


See other Conversion operations:

To Upper
To Number