Share via


UInt64Value.FromUInt64(UInt64) Method

Definition

Returns a new UInt64Value object created from a UInt64 value.

public static DocumentFormat.OpenXml.UInt64Value FromUInt64 (ulong value);
static member FromUInt64 : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Shared Function FromUInt64 (value As ULong) As UInt64Value

Parameters

value
UInt64

A UInt64 value to use to create a new UInt64Value object.

Returns

A UInt64Value that corresponds to the value parameter.

Applies to