Click or drag to resize

ArchivableDictionaryGetBytes Method

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