IntegerValue.ToInt64(IntegerValue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Int64 对象的表示形式 IntegerValue 。
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
参数
- xmlAttributevalue
- IntegerValue
返回
一个 Int64 表示 IntegerValue 对象的 值。