BooleanValue Implicit Conversion (Boolean to BooleanValue)
Implicit converter from Boolean.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As Boolean _
) As BooleanValue
'Usage
Dim input As Boolean
Dim output As BooleanValue
output = CType(input, BooleanValue)
public static implicit operator BooleanValue (
bool value
)
Parameters
- value
Type: System.Boolean
The specified value.
Return Value
Type: DocumentFormat.OpenXml.BooleanValue
A new BooleanValue instance with the value.