Utilities.QuotedStr Method

Applies to TestComplete 15.63, last modified on April 23, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.QuotedStr method returns the quoted version of the given string (Str). This function inserts a single quote character (') at the beginning and at the end of this string, and repeats each single quote character in the string.

Declaration

Utilities.QuotedStr(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 to be enclosed in quotes.

Result Value

The quoted version of the specified string.

Remarks

This method is obsolete. It is supported for backward compatibility only. To quote a string, use the aqString.Quote method.

See Also

Quote Method
Unquote Method
Replace Method

Highlight search results