Change String Case

Changes a string to all uppercase or all lowercase characters.

 

Input Arguments

 

0

String

String

The string to modify.

1

Boolean

Upper Case?

TRUE sets the string to all capital letters. FALSE set the string to all lowercase letters.

 

Return Arguments

 

2

String

Resultant String

The modified string.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.