Contents

compareNumerically

Specifies that represented numeric values should be used as the basis for comparison and not the actual character values.

Declaration

static var compareNumerically: CFStringCompareFlags { get }

Discussion

For example, “version 2” is less than “version 10”.

This comparison does not work if kCFCompareLocalized is specified on systems before OS X v10.3.

See Also

Constants