Microsoft SDK for Java

toString

The toString method of the WildcardExpression Class contains the following signatures:

toString()
toString(boolean escaped)

toString()

Reconstructs the original expression in extended, non-escaped form. Case-insensitive expressions are reconstructed in lowercase.

Syntax

public String toString();

Return Value

Returns the original expression.

toString(boolean escaped)

Reconstructs the original expression, optionally in escaped form. Case-insensitive expressions are reconstructed in lowercase.

Syntax

public String toString(boolean escaped);

Return Value

Returns the original expression.

Parameters

escaped True if string is to include escape characters; false, otherwise.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.