getBool abstract method

bool getBool(
  1. K key
)

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);