byte[] GetByteArray(byte[] defaultValue = null)
Get the current value as a byte[].
Parameters
Name | Description |
defaultValue | The default value to use if the value is not a byte[]. |
Return
The value as a byte[].
Get the current value as a byte[].
Name | Description |
defaultValue | The default value to use if the value is not a byte[]. |
The value as a byte[].