ArchivableDictionaryGetBytes Method |
Name | Description | |
---|---|---|
![]() | GetBytes(String) |
Get value as byte[], will only succeed if value was created
using Set(string key, byte[] value)
|
![]() | GetBytes(String, Byte) |
Get value as byte[], will return defaultValue unless
value was created using Set(string key, byte[] value)
|