UInt64Value.ToUInt64 Method

Returns the internal UInt64 representation of a UInt64Value object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToUInt64 ( _
    xmlAttribute As UInt64Value _
) As ULong
'Usage
Dim xmlAttribute As UInt64Value
Dim returnValue As ULong

returnValue = UInt64Value.ToUInt64(xmlAttribute)
public static ulong ToUInt64(
    UInt64Value xmlAttribute
)

Parameters

Return Value

Type: System.UInt64
A UInt64 value that represents a UInt64Value object.

See Also

Reference

UInt64Value Class

UInt64Value Members

DocumentFormat.OpenXml Namespace