Binary Constructor
Collapse the table of content
Expand the table of content

Binary Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the Binary class.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public Binary(
	byte[] value
)

Parameters

value
Type: System.Byte []
The bytes representing the binary data.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft