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.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public static ulong ToUInt64(
	UInt64Value value
)

Parameters

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

Return Value

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