OnOffValue.ToBoolean(OnOffValue) メソッド

定義

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

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

返品

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

適用対象