Share via


UInt64Value.ToUInt64(UInt64Value) Method

Definition

Returns the UInt64 value representation of a UInt64Value object.

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

Parameters

xmlAttributevalue
UInt64Value

Returns

A UInt64 value that represents a UInt64Value object.

Applies to