Description:

Get value as Boolean, will return defaultValue unless value was created using Set(string key, Boolean value)

Syntax:
public Boolean GetBool(
String key,
Boolean defaultValue
)
Returns:
Type: Boolean
Available since:
5.0

Description:

Get value as Boolean, will only succeed if value was created using Set(string key, Boolean value)

Syntax:
public Boolean GetBool(
String key
)
Returns:
Type: Boolean
Available since:
5.0

Nothing found