static int SF_STDCALL CompareNoCase(const char* a, const char* b); static int SF_STDCALL CompareNoCase(const char* a, const char* b, SPInt len); int CompareNoCase(const char* pstr) const; int CompareNoCase(const String& str) const;
CompareNoCase compares two stings and is case-insensitive.
Parameters |
Description |
const char* a |
Pointer to a character. |
const char* b |
Pointer to another character for comparison. |
SPInt len |
Length of the string for comparison. |
const char* pstr |
Pointer to the string for comparison. |
const String& str |
String for comparison. |