Freigeben über


UInt16Value Implicit-Konvertierung (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
)

Parameter

Rückgabewert

Typ: DocumentFormat.OpenXml.UInt16Value
A new UInt16Value instance with the value.

Siehe auch

Referenz

UInt16Value Klasse

UInt16Value-Member

Implicit Überladung

DocumentFormat.OpenXml-Namespace