次の方法で共有


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

戻り値

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

適用対象