StringSorter.IGNORESYMBOLS

Overview | Methods | Fields | This Package | All Packages

StringSorter.IGNORESYMBOLS

Specifies that symbols are ignored when comparing or sorting two strings.

Syntax

public static final int IGNORESYMBOLS;

Remarks

When this flag is specified in calls to compare and sort, the strings are considered equal if they differ only in the symbol characters they contain.


Send feedback to MSDN.Look here for MSDN Online resources.