| 909 | */ |
| 910 | |
| 911 | int CPLStringList::FetchBoolean(const char *pszKey, int bDefault) const |
| 912 | |
| 913 | { |
| 914 | return FetchBool(pszKey, CPL_TO_BOOL(bDefault)) ? TRUE : FALSE; |
| 915 | } |
| 916 | |
| 917 | /************************************************************************/ |
| 918 | /* FetchNameValue() */ |