UInt64Value.FromUInt64 Method
Returns a new UInt64Value object created from UInt64.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function FromUInt64 ( _
value As ULong _
) As UInt64Value
'Usage
Dim value As ULong
Dim returnValue As UInt64Value
returnValue = UInt64Value.FromUInt64(value)
public static UInt64Value FromUInt64(
ulong value
)
Parameters
- value
Type: System.UInt64
A UInt64 value to create a new UInt64Value object from.
Return Value
Type: DocumentFormat.OpenXml.UInt64Value
A UInt64Value that corresponds to the value parameter.