Share via


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

Return Value

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

See Also

Reference

IntegerValue Class

IntegerValue Members

DocumentFormat.OpenXml Namespace