Share via


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

Return Value

Type: System.Int64
A Int64 value that represents a Int64Value object.

See Also

Reference

Int64Value Class

Int64Value Members

DocumentFormat.OpenXml Namespace