UInt64Value.ToUInt64(UInt64Value) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト。
戻り値
UInt64Value オブジェクトを表す UInt64 値。