getBool abstract method
Returns a value at key
as bool
.
FormatException is thrown if an underlying value is unavailable or cannot be converted to bool.
Implementation
bool getBool(K key);
Returns a value at key
as bool
.
FormatException is thrown if an underlying value is unavailable or cannot be converted to bool.
bool getBool(K key);