Constructor BinaryValue
BinaryValue(Byte[])
Initializes a new instance of the BinaryValue with
the specified
byte[] value.
Declaration
public BinaryValue(byte[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | value | The value which this instance will represent. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | If
value is null. |