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