UInt16Value.ToUInt16(UInt16Value) 方法

定义

返回 UInt16 对象的表示形式 UInt16Value

public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
public static ushort ToUInt16 (DocumentFormat.OpenXml.UInt16Value value);
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
static member ToUInt16 : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Function ToUInt16 (xmlAttribute As UInt16Value) As UShort
Public Shared Function ToUInt16 (value As UInt16Value) As UShort

参数

xmlAttributevalue
UInt16Value

返回

一个UInt16UInt16Value表示 对象的 值。

适用于