UInt16Value.Implicit Betreiber
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Implicit(UInt16 to UInt16Value) |
Konvertiert einen UInt16 Wert implizit in eine UInt16Value Klasse. |
Implicit(UInt16Value to UInt16) |
Konvertiert das angegebene UInt16Value Objekt implizit in einen UInt16 Wert. |
Implicit(UInt16 to UInt16Value)
Konvertiert einen UInt16 Wert implizit in eine UInt16Value Klasse.
public static implicit operator DocumentFormat.OpenXml.UInt16Value (ushort value);
static member op_Implicit : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Shared Widening Operator CType (value As UShort) As UInt16Value
Parameter
- value
- UInt16
Der angegebene Wert.
Gibt zurück
Eine neue UInt16Value instance mit dem -Wert.
Gilt für:
Implicit(UInt16Value to UInt16)
Konvertiert das angegebene UInt16Value Objekt implizit in einen UInt16 Wert.
public static implicit operator ushort (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
public static implicit operator ushort (DocumentFormat.OpenXml.UInt16Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt16Value -> uint16
static member op_Implicit : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Widening Operator CType (xmlAttribute As UInt16Value) As UShort
Public Shared Widening Operator CType (value As UInt16Value) As UShort
Parameter
- xmlAttributevalue
- UInt16Value
Gibt zurück
Der konvertierte UInt16 Wert.
Ausnahmen
Wird ausgelöst, wenn value
ist null
.