Description:
Get value as byte[], will return defaultValue unless value was created using Set(string key, byte[] value)
Syntax:
public Byte[] GetBytes(
String key,
Byte[] defaultValue
)
String key,
Byte[] defaultValue
)
Returns:
Type: Byte[]
Available since:
5.9
Description:
Get value as byte[], will only succeed if value was created using Set(string key, byte[] value)
Syntax:
public Byte[] GetBytes(
String key
)
String key
)
Returns:
Type: Byte[]
Available since:
5.9