TrueFalseBlankValue Implicit Conversion (TrueFalseBlankValue to Boolean)
Implicitly converts to Boolean.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Shared Widening Operator CType ( _
xmlAttribute As TrueFalseBlankValue _
) As Boolean
'Применение
Dim input As TrueFalseBlankValue
Dim output As Boolean
output = CType(input, Boolean)
public static implicit operator bool (
TrueFalseBlankValue xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.TrueFalseBlankValue
The source TrueFalseBlankValue to convert.
Return Value
Type: System.Boolean
The Boolean value.