Description:

Get value as byte[], will only succeed if value was created using Set(string key, byte[] value)

Syntax:
public bool TryGetBytes(
string key,
out byte value
)
Returns:
Type: bool
Available since:
5.9

Nothing found