Utilities.LowerCase Method

Applies to TestComplete 14.0, last modified on January 23, 2019
This method is obsolete. See the Remarks section below.

Description

The Utilities.LowerCase method converts all letters of the specified string (Str) to lowercase and returns the resulting string. The conversion affects only ASCII characters between 'a' and 'z'.

Declaration

Utilities.LowerCase(Str)

Str [in]    Required    String    
Result String

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Str

Specifies the string whose characters should be converted to lowercase.

Result Value

The given string in which all the characters are in lowercase.

Remarks

This method is obsolete. It is supported for backward compatibility only. To convert a string to lowercase, use the aqString.ToLower method.

See Also

Working With Strings
aqString.ToLower Method
aqString.ToUpper Method

Highlight search results