Click or drag to resize

ArchivableDictionaryGetInteger Method

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