TrueFalseBlankValue.ToBoolean Method
Returns the internal Boolean representation of a TrueFalseBlankValue object.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Shared Function ToBoolean ( _
xmlAttribute As TrueFalseBlankValue _
) As Boolean
'Применение
Dim xmlAttribute As TrueFalseBlankValue
Dim returnValue As Boolean
returnValue = TrueFalseBlankValue.ToBoolean(xmlAttribute)
public static bool ToBoolean(
TrueFalseBlankValue xmlAttribute
)
Parameters
- xmlAttribute
Type: DocumentFormat.OpenXml.TrueFalseBlankValue
A TrueFalseBlankValue object to retrieve an internal Boolean representation.
Return Value
Type: System.Boolean
A Boolean value that represents a TrueFalseBlankValue object.