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