UInt32Value.ToUInt32(UInt32Value) メソッド

定義

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

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

返品

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

適用対象