次の方法で共有


OnOffValue.ToBoolean(OnOffValue) メソッド

定義

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

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

パラメーター

xmlAttributevalue
OnOffValue

戻り値

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

適用対象