SByteValue Implicit Conversion (SByte to SByteValue)
Implicit converter from SByte.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As SByte _
) As SByteValue
'Usage
Dim input As SByte
Dim output As SByteValue
output = CType(input, SByteValue)
public static implicit operator SByteValue (
sbyte value
)
Parameters
- value
Type: System.SByte
The specified value.
Return Value
Type: DocumentFormat.OpenXml.SByteValue
A new SByteValue instance with the value.