ByteValue.ToByte(ByteValue) Method

Definition

Returns the Byte value representation of a ByteValue object.

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

Parameters

xmlAttributevalue
ByteValue

Returns

A Byte value that represents a ByteValue object.

Applies to