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