Binary Widening Conversion (Byte() to Binary)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Enables arrays of bytes to be implicitly coerced to the Binary type in a programming language.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- value
- Type:
System.Byte
()
The array of bytes to convert into an instance of the Binary type.
Show: