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