UInt64Value.ToUInt64(UInt64Value) 方法

定义

返回 UInt64 对象的值表示形式 UInt64Value

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

参数

xmlAttributevalue
UInt64Value

返回

一个UInt64UInt64Value表示 对象的 值。

适用于