Click or drag to resize

UInt64ValueToUInt64 Method

Returns the UInt64 value representation of a UInt64Value object.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public static ulong ToUInt64(
	UInt64Value xmlAttribute
)

Parameters

xmlAttribute  UInt64Value
A UInt64Value object used to retrieve a UInt64 representation.

Return Value

UInt64
A UInt64 value that represents a UInt64Value object.
See Also