AbstractGlobalizationSettings.GetCollationKey
AbstractGlobalizationSettings.GetCollationKey method
Transforms the string into a comparable object according to certain collation rules.
public virtual IComparable GetCollationKey(string v, bool ignoreCase)
Parameter | Type | Description |
---|---|---|
v | String | String value needs to be compared with others. |
ignoreCase | Boolean | whether ignore case when comparing values |
Return Value
Object can be used to compare or sort string values
See Also
- class AbstractGlobalizationSettings
- namespace Aspose.Cells
- assembly Aspose.Cells