Binary Implicit Conversion (array<Byte>^ to Binary^)
.NET Framework (current version)
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:
array<System::Byte>^
The array of bytes to convert into an instance of the Binary type.
When null is passed to this operator instead of the required array of bytes, a System::ArgumentNullException exception is thrown. Do not rely on this behavior because it may change in the future.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: