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