UInt64Value.FromUInt64(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.