UInt32Value.FromUInt32(UInt32) 方法

定义

返回从UInt32值创建的新 UInt32Value 对象。

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

参数

value
UInt32

用于 UInt32 创建新 UInt32Value 对象的值。

返回

UInt32Value value 参数对应的类。

适用于