 | UInt64ValueToUInt64 Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static ulong ToUInt64(
UInt64Value value
)
Public Shared Function ToUInt64 (
value As UInt64Value
) As ULong
public:
static unsigned long long ToUInt64(
UInt64Value^ value
)
static member ToUInt64 :
value : UInt64Value -> uint64
Parameters
- value UInt64Value
-
A UInt64Value object used to retrieve a UInt64 representation.
Return Value
UInt64A
UInt64 value that represents a
UInt64Value object.
See Also