java.lang.Object
com.aspose.cells.AbstractGlobalizationSettings
public abstract class AbstractGlobalizationSettings
| Method Summary | ||
|---|---|---|
int | compare(java.lang.String v1, java.lang.String v2, boolean ignoreCase) | |
| Compares two string values according to certain collation rules. | ||
System.IComparable | getCollationKey(java.lang.String v, boolean ignoreCase) | |
| Transforms the string into a comparable object according to certain collation rules. | ||
| Method Detail |
|---|
compare | |
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 valuesgetCollationKey | |
public System.IComparable getCollationKey(java.lang.String v, boolean ignoreCase) | |
v - String value needs to be compared with others.ignoreCase - whether ignore case when comparing values