ByteValue.ToByte(ByteValue) 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.
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.