Freigeben über


TrueFalseBlankValue.ToBoolean-Methode

Returns the internal Boolean representation of a TrueFalseBlankValue object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToBoolean ( _
    xmlAttribute As TrueFalseBlankValue _
) As Boolean
'Usage
Dim xmlAttribute As TrueFalseBlankValue
Dim returnValue As Boolean

returnValue = TrueFalseBlankValue.ToBoolean(xmlAttribute)
public static bool ToBoolean(
    TrueFalseBlankValue xmlAttribute
)

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean value that represents a TrueFalseBlankValue object.

Siehe auch

Referenz

TrueFalseBlankValue Klasse

TrueFalseBlankValue-Member

DocumentFormat.OpenXml-Namespace