ByteValue.FromByte(Byte) Method

Definition

Returns a new ByteValue object created from a Byte value.

public static DocumentFormat.OpenXml.ByteValue FromByte (byte value);
static member FromByte : byte -> DocumentFormat.OpenXml.ByteValue
Public Shared Function FromByte (value As Byte) As ByteValue

Parameters

value
Byte

A Byte value to create a new ByteValue object from.

Returns

A ByteValue that corresponds to the value parameter.

Applies to