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 -> bytestatic member ToByte : DocumentFormat.OpenXml.ByteValue -> bytePublic Shared Function ToByte (xmlAttribute As ByteValue) As BytePublic Shared Function ToByte (value As ByteValue) As ByteParameters
- xmlAttributevalue
- ByteValue
Returns
A Byte value that represents a ByteValue object.