Freigeben über


TrueFalseBlankValue Implicit-Konvertierung (TrueFalseBlankValue to Boolean)

Implicitly converts to Boolean.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    xmlAttribute As TrueFalseBlankValue _
) As Boolean
'Usage
Dim input As TrueFalseBlankValue
Dim output As Boolean

output = CType(input, Boolean)
public static implicit operator bool (
    TrueFalseBlankValue xmlAttribute
)

Parameter

Rückgabewert

Typ: System.Boolean
The Boolean value.

Siehe auch

Referenz

TrueFalseBlankValue Klasse

TrueFalseBlankValue-Member

Implicit Überladung

DocumentFormat.OpenXml-Namespace