AbstractGlobalizationSettings.Compare
AbstractGlobalizationSettings.Compare method
Compares two string values according to certain collation rules.
public virtual int Compare(string v1, string v2, bool ignoreCase)
Parameter | Type | Description |
---|---|---|
v1 | String | the first string |
v2 | String | the second string |
ignoreCase | Boolean | whether ignore case when comparing values |
Return Value
Integer that indicates the lexical relationship between the two comparands
See Also
- class AbstractGlobalizationSettings
- namespace Aspose.Cells
- assembly Aspose.Cells