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