Прочетете на английски Редактиране

Споделяне чрез


Binary(Byte[]) Constructor

Definition

Initializes a new instance of the Binary class.

C#
public Binary(byte[] value);

Parameters

value
Byte[]

The bytes representing the binary data.

Remarks

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.

Applies to

Продукт Версии
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1