次の方法で共有


UInt32Value.ToUInt32(UInt32Value) メソッド

定義

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

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

パラメーター

xmlAttributevalue
UInt32Value

戻り値

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

適用対象