Operator Implicit
| Improve this Doc View SourceImplicit(Byte[] to Binary)
Enables arrays of bytes to be implicitly coerced to the System.Data.Linq.Binary type in a programming language.
Declaration
public static implicit operator Binary(byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value | The array of bytes to convert into an instance of the System.Data.Linq.Binary type. |
Returns
Type | Description |
---|---|
Binary | A System.Data.Linq.Binary class containing the coerced value. |