Aracılığıyla paylaş


IntegerValue.ToInt64(IntegerValue) Method

Definition

Returns the Int64 representation of an IntegerValue object.

public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static long ToInt64 (DocumentFormat.OpenXml.IntegerValue value);
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
static member ToInt64 : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Function ToInt64 (xmlAttribute As IntegerValue) As Long
Public Shared Function ToInt64 (value As IntegerValue) As Long

Parameters

xmlAttributevalue
IntegerValue

Returns

An Int64 value that represents an IntegerValue object.

Applies to