Поделиться через


BooleanValue.ToBoolean Method

Returns the internal Boolean representation of a BooleanValue object.

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

Syntax

'Декларация
Public Shared Function ToBoolean ( _
    xmlAttribute As BooleanValue _
) As Boolean
'Применение
Dim xmlAttribute As BooleanValue
Dim returnValue As Boolean

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

Parameters

Return Value

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

See Also

Reference

BooleanValue Class

BooleanValue Members

DocumentFormat.OpenXml Namespace