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