public abstract class AbstractGlobalizationSettings
extends java.lang.Object
| Constructor and Description |
|---|
AbstractGlobalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.String v1,
java.lang.String v2,
boolean ignoreCase)
Compares two string values according to certain collation rules.
|
java.lang.Comparable |
getCollationKey(java.lang.String v,
boolean ignoreCase)
Transforms the string into a comparable object according to certain collation rules.
|
public int compare(java.lang.String v1,
java.lang.String v2,
boolean ignoreCase)
v1 - the first stringv2 - the second stringignoreCase - whether ignore case when comparing valuespublic java.lang.Comparable getCollationKey(java.lang.String v,
boolean ignoreCase)
v - String value needs to be compared with others.ignoreCase - whether ignore case when comparing valuesSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.