Compartir a través de


UInt64Value.ToUInt64(UInt64Value) Método

Definición

Devuelve la UInt64 representación de valor de un UInt64Value objeto.

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

Parámetros

xmlAttributevalue
UInt64Value

Devoluciones

Valor UInt64 que representa un UInt64Value objeto .

Se aplica a