Sdílet prostřednictvím


TrueFalseBlankValue.ToBoolean Method

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
)

Parameters

Return Value

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

See Also

Reference

TrueFalseBlankValue Class

TrueFalseBlankValue Members

DocumentFormat.OpenXml Namespace