ByteValue Constructor (Byte)
Initializes a new instance of the ByteValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As Byte _
)
'Usage
Dim value As Byte
Dim instance As New ByteValue(value)
public ByteValue(
byte value
)
Parameters
- value
Type: System.Byte