 | ByteValueToByte Method |
Returns the Byte value representation of a ByteValue object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static byte ToByte(
ByteValue xmlAttribute
)
Public Shared Function ToByte (
xmlAttribute As ByteValue
) As Byte
public:
static unsigned char ToByte(
ByteValue^ xmlAttribute
)
static member ToByte :
xmlAttribute : ByteValue -> byte Parameters
- xmlAttribute ByteValue
-
A ByteValue object to retrieve a Byte value representation.
Return Value
ByteA Byte value that represents a ByteValue object.
See Also