RhinoCommon API
ArchivableDictionaryGetBool Method |
| Name | Description | |
|---|---|---|
| GetBool(String) |
Get value as bool, will only succeed if value was created using Set(string key, bool value)
| |
| GetBool(String, Boolean) |
Get value as bool, will return defaultValue unless value was created using Set(string key, bool value)
|