HexBinaryValue.Create(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.