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