OnOffValue.ToBoolean(OnOffValue) メソッド

定義

OnOffValue オブジェクトの内部ブール表現を返します。

public static bool ToBoolean (DocumentFormat.OpenXml.OnOffValue xmlAttribute);
static member ToBoolean : DocumentFormat.OpenXml.OnOffValue -> bool
Public Shared Function ToBoolean (xmlAttribute As OnOffValue) As Boolean

パラメーター

xmlAttribute
OnOffValue

内部ブール表現を取得する OnOffValue オブジェクト。

戻り値

Boolean

OnOffValue オブジェクトを表すブール値。

適用対象