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

返回

一个UInt32UInt32Value表示 对象的 值。

适用于