Property AsByteArray
AsByteArray
Gets the value of this instance as byte array.
Declaration
public virtual byte[] AsByteArray { get; }
Property Value
| Type | Description |
|---|---|
| Byte[] | byte[] value of this instance. |
Remarks
Valid only if this instance is BinaryValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not BinaryValue. |