UInt64Value.ToUInt64(UInt64Value) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the UInt64 value representation of a UInt64Value object.
public static ulong ToUInt64 (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
public static ulong ToUInt64 (DocumentFormat.OpenXml.UInt64Value value);
static member ToUInt64 : DocumentFormat.OpenXml.UInt64Value -> uint64
static member ToUInt64 : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Function ToUInt64 (xmlAttribute As UInt64Value) As ULong
Public Shared Function ToUInt64 (value As UInt64Value) As ULong
Parameters
- xmlAttributevalue
- UInt64Value
Returns
A UInt64 value that represents a UInt64Value object.