Binary Constructor (Byte[])
.NET Framework (current version)
Initializes a new instance of the Binary class.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- value
-
Type:
System.Byte[]
The bytes representing the binary data.
Whennull is passed to this constructor 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: