boolFor method
Casts the value for entry to a boolean and returns it.
Implementation
bool boolFor(AFConfigurationItem entry) {
return valueFor(entry);
}
Casts the value for entry to a boolean and returns it.
bool boolFor(AFConfigurationItem entry) {
return valueFor(entry);
}