 | ByteValueToByte Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static byte ToByte(
ByteValue value
)
Public Shared Function ToByte (
value As ByteValue
) As Byte
public:
static unsigned char ToByte(
ByteValue^ value
)
static member ToByte :
value : ByteValue -> byte
Parameters
- value ByteValue
-
A ByteValue object to retrieve a Byte value representation.
Return Value
ByteA
Byte value that represents a
ByteValue object.
See Also