Constructor Binary
| Improve this Doc View SourceBinary(Byte[])
Initializes a new instance of the System.Data.Linq.Binary class.
Declaration
public Binary(byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value | The bytes representing the binary data. |