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
- xmlAttribute
Type: DocumentFormat.OpenXml.UInt64Value
A UInt64Value object to retrieve an internal UInt64 representation.
Return Value
Type: System.UInt64
A UInt64 value that represents a UInt64Value object.