Description:

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

Syntax:
public bool TryGetBool(
string key,
out bool value
)
Returns:
Type: bool
Available since:
5.0

Nothing found