ArchivableDictionary.GetString Method

ArchivableDictionaryGetString Method

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