Share via


UInt64Value.Implicit Operator

Definition

Overloads

Implicit(UInt64 to UInt64Value)

Implicitly converts a specified UInt64 value to a UInt64Value class.

Implicit(UInt64Value to UInt64)

Implicitly converts the specified UInt64Value object to a UInt64 value.

Implicit(UInt64 to UInt64Value)

Implicitly converts a specified UInt64 value to a UInt64Value class.

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

Parameters

value
UInt64

The specified value.

Returns

A new UInt64Value instance with the value.

Applies to

Implicit(UInt64Value to UInt64)

Implicitly converts the specified UInt64Value object to a UInt64 value.

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

Parameters

xmlAttributevalue
UInt64Value

Returns

The converted UInt64 value.

Exceptions

Thrown when value is null.

Applies to