Int64Value.FromInt64(Int64) 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 Int64Value object that was created from an Int64 value.
public static DocumentFormat.OpenXml.Int64Value FromInt64 (long value);
static member FromInt64 : int64 -> DocumentFormat.OpenXml.Int64Value
Public Shared Function FromInt64 (value As Long) As Int64Value
Parameters
- value
- Int64
An Int64 value to use to create a new Int64Value object.
Returns
An Int64Value that corresponds to the value parameter.