UInt64Value.ToUInt64(UInt64Value) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.