CFDictionaryGetValue case insensitive
CFDictionaryGetValue case insensitive
- Subject: CFDictionaryGetValue case insensitive
- From: jean-michel daix <email@hidden>
- Date: Thu, 20 Feb 2003 18:08:52 +0100
In CFDictionaryGetValue, key seems to be case-sensitive. For example, if you
have "width" for key to search and "Width" in your CFDictionary you will get
NULL for value.
How can I get my value or is it possible to get my value with a
case-insensitive key ?
(this is not my application which create the CFDictionary so I can expect
any kind of value)
const void *CFDictionaryGetValue (
CFDictionaryRef dict,
const void *key
);
-----------------------------------
Jean-Michel DAIX / <email@hidden>
Sorry, I m French !
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.