HexBinary Constructor (byte[])HexBinary Constructor (Byte())HexBinary Constructor (array<byte>^)

Initializes a new instance of the HexBinaryHexBinaryHexBinary struct from the specified byteBytebyte array.

Syntax

Public Sub New ( _
    value As Byte[] _
)
public HexBinary(
    byte[] value
)
public:
HexBinary(
    array<byte> value
)
 

Parameters

value

Type: System.Byte[]System.Byte()array<System::Byte>^

The value.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionRaised when value is null a null reference (Nothing in Visual Basic) nullptr.

Remarks

This instance maintains a reference to value. It does not copy to value.