Int32Value.ToInt32(Int32Value) メソッド

定義

Int32Value オブジェクトの Int32 表現を返します。

public static int ToInt32 (DocumentFormat.OpenXml.Int32Value xmlAttribute);
static member ToInt32 : DocumentFormat.OpenXml.Int32Value -> int
Public Shared Function ToInt32 (xmlAttribute As Int32Value) As Integer

パラメーター

xmlAttribute
Int32Value

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

戻り値

Int32

Int32Value オブジェクトを表す Int32 値。

適用対象