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


BooleanValue Implicit Conversion (Boolean to BooleanValue)

Implicit converter from Boolean.

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

Syntax

'Декларация
Public Shared Widening Operator CType ( _
    value As Boolean _
) As BooleanValue
'Применение
Dim input As Boolean
Dim output As BooleanValue

output = CType(input, BooleanValue)
public static implicit operator BooleanValue (
    bool value
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.BooleanValue
A new BooleanValue instance with the value.

See Also

Reference

BooleanValue Class

BooleanValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace