ArchivableDictionary.GetBool Method

ArchivableDictionaryGetBool Method

Overload List
  NameDescription
Public methodGetBool(String)
Get value as bool, will only succeed if value was created using Set(string key, bool value)
Public methodGetBool(String, Boolean)
Get value as bool, will return defaultValue unless value was created using Set(string key, bool value)
Top
See Also