IntegerValue.ToInt64(IntegerValue) 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 the Int64 representation of an IntegerValue object.
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue value);
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Function ToInt64 (xmlAttribute As IntegerValue) As Long
Public Shared Function ToInt64 (value As IntegerValue) As Long
Parameters
- xmlAttributevalue
- IntegerValue
Returns
An Int64 value that represents an IntegerValue object.