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