Click or drag to resize

ConfigurationCompilerLanguage Properties

The ConfigurationCompilerLanguage type exposes the following members.

Properties
  NameDescription
Public propertyIsSortUsingCollator
Returns true to indicate to perform locale-independent string comparisons using Collator.

By default this setting is false, i.e. string comparisons use the compare method.

Public propertySortUsingCollator
Set to true to indicate to perform locale-independent string comparisons using Collator.

Set to false to perform string comparisons via the compare method (the default).

Top
See Also