IntegerValue.ToInt64 Method
Returns the internal Int64 representation of a IntegerValue object.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Function ToInt64 ( _
xmlAttribute As IntegerValue _
) As Long
'Usage
Dim xmlAttribute As IntegerValue
Dim returnValue As Long
returnValue = IntegerValue.ToInt64(xmlAttribute)
public static long ToInt64(
IntegerValue xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.IntegerValue
A IntegerValue object to retrieve an internal Int64 representation.
Return Value
Type: System.Int64
A Int64 value that represents a IntegerValue object.