UInt64Value.ToUInt64(UInt64Value) Méthode

Définition

Retourne la UInt64 représentation de valeur d’un UInt64Value objet .

public static ulong ToUInt64 (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
public static ulong ToUInt64 (DocumentFormat.OpenXml.UInt64Value value);
static member ToUInt64 : DocumentFormat.OpenXml.UInt64Value -> uint64
static member ToUInt64 : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Function ToUInt64 (xmlAttribute As UInt64Value) As ULong
Public Shared Function ToUInt64 (value As UInt64Value) As ULong

Paramètres

xmlAttributevalue
UInt64Value

Retours

Valeur UInt64 qui représente un UInt64Value objet.

S’applique à