UInt32Value.ToUInt32(UInt32Value) メソッド

定義

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

public static uint ToUInt32 (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
static member ToUInt32 : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Function ToUInt32 (xmlAttribute As UInt32Value) As UInteger

パラメーター

xmlAttribute
UInt32Value

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

戻り値

UInt32

UInt32Value オブジェクトを表す UInt32 値。

適用対象