UInt16Value.ToUInt16(UInt16Value) メソッド

定義

UInt16Value オブジェクトの UInt16 表現を返します。

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

パラメーター

xmlAttribute
UInt16Value

内部 UInt16 表現を取得する UInt16Value オブジェクト。

戻り値

UInt16

UInt16Value オブジェクトを表す UInt16 値。

適用対象