Freigeben über


UInt64Value.Implicit Betreiber

Definition

Überlädt

Implicit(UInt64 to UInt64Value)

Konvertiert implizit einen angegebenen UInt64 Wert in eine UInt64Value Klasse.

Implicit(UInt64Value to UInt64)

Konvertiert das angegebene UInt64Value Objekt implizit in einen UInt64 Wert.

Implicit(UInt64 to UInt64Value)

Konvertiert implizit einen angegebenen UInt64 Wert in eine UInt64Value Klasse.

public static implicit operator DocumentFormat.OpenXml.UInt64Value (ulong value);
static member op_Implicit : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Shared Widening Operator CType (value As ULong) As UInt64Value

Parameter

value
UInt64

Der angegebene Wert.

Gibt zurück

Eine neue UInt64Value instance mit dem -Wert.

Gilt für:

Implicit(UInt64Value to UInt64)

Konvertiert das angegebene UInt64Value Objekt implizit in einen UInt64 Wert.

public static implicit operator ulong (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
public static implicit operator ulong (DocumentFormat.OpenXml.UInt64Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt64Value -> uint64
static member op_Implicit : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Widening Operator CType (xmlAttribute As UInt64Value) As ULong
Public Shared Widening Operator CType (value As UInt64Value) As ULong

Parameter

xmlAttributevalue
UInt64Value

Gibt zurück

Der konvertierte UInt64 Wert.

Ausnahmen

Wird ausgelöst, wenn value ist null.

Gilt für: