Int32Value.Implicit 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Implicit(Int32 to Int32Value) |
将值 Int32 隐式转换为指定的 Int32Value 实例。 |
Implicit(Int32Value to Int32) |
将指定的值隐式转换为值 Int32 。 |
Implicit(Int32 to Int32Value)
将值 Int32 隐式转换为指定的 Int32Value 实例。
public static implicit operator DocumentFormat.OpenXml.Int32Value (int value);
static member op_Implicit : int -> DocumentFormat.OpenXml.Int32Value
Public Shared Widening Operator CType (value As Integer) As Int32Value
参数
返回
具有 值的新 Int32Value 实例。
适用于
Implicit(Int32Value to Int32)
将指定的值隐式转换为值 Int32 。
public static implicit operator int (DocumentFormat.OpenXml.Int32Value xmlAttribute);
public static implicit operator int (DocumentFormat.OpenXml.Int32Value value);
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
Public Shared Widening Operator CType (xmlAttribute As Int32Value) As Integer
Public Shared Widening Operator CType (value As Int32Value) As Integer
参数
- xmlAttributevalue
- Int32Value
返回
转换后 Int32 的值。
例外
当 为 null
时value
引发。