UInt64Value.ToUInt64(UInt64Value) メソッド

定義

UInt64Value オブジェクトの UInt64 値表現を返します。

public static ulong ToUInt64 (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
static member ToUInt64 : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Function ToUInt64 (xmlAttribute As UInt64Value) As ULong

パラメーター

xmlAttribute
UInt64Value

内部 UInt64 表現を取得する UInt64Value オブジェクト。

戻り値

UInt64

UInt64Value オブジェクトを表す UInt64 値。

適用対象