Share via


HexBinaryValue.Create(Byte[]) Method

Definition

Returns a new HexBinaryValue object that was created from bytes.

public static DocumentFormat.OpenXml.HexBinaryValue Create (params byte[] bytes);
static member Create : byte[] -> DocumentFormat.OpenXml.HexBinaryValue
Public Shared Function Create (ParamArray bytes As Byte()) As HexBinaryValue

Parameters

bytes
Byte[]

A byte array to use to create a new HexBinaryValue object.

Returns

A HexBinaryValue object that corresponds to the value parameter.

Applies to