UInt32Value.Implicit 运算符

定义

重载

Implicit(UInt32 to UInt32Value)

将指定的 UInt32 值隐式转换为 UInt32Value 类。

Implicit(UInt32Value to UInt32)

将指定的 UInt32Value 类隐式转换为 UInt32 值。

Implicit(UInt32 to UInt32Value)

将指定的 UInt32 值隐式转换为 UInt32Value 类。

public static implicit operator DocumentFormat.OpenXml.UInt32Value (uint value);
static member op_Implicit : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Shared Widening Operator CType (value As UInteger) As UInt32Value

参数

value
UInt32

指定的值。

返回

具有 值的新 UInt32Value 实例。

适用于

Implicit(UInt32Value to UInt32)

将指定的 UInt32Value 类隐式转换为 UInt32 值。

public static implicit operator uint (DocumentFormat.OpenXml.UInt32Value xmlAttribute);
public static implicit operator uint (DocumentFormat.OpenXml.UInt32Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt32Value -> uint32
static member op_Implicit : DocumentFormat.OpenXml.UInt32Value -> uint32
Public Shared Widening Operator CType (xmlAttribute As UInt32Value) As UInteger
Public Shared Widening Operator CType (value As UInt32Value) As UInteger

参数

xmlAttributevalue
UInt32Value

返回

转换后 UInt32 的值。

例外

当 为 nullvalue引发。

适用于