TrueFalseBlankValue.Implicit Operator

Definition

Overloads

Implicit(Boolean to TrueFalseBlankValue)

Implicitly converts a Boolean value to a TrueFalsBlankValue value.

Implicit(TrueFalseBlankValue to Boolean)

Implicitly converts a TrueFalseBlankValue object to a Boolean value.

Implicit(Boolean to TrueFalseBlankValue)

Implicitly converts a Boolean value to a TrueFalsBlankValue value.

public static implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue (bool value);
static member op_Implicit : bool -> DocumentFormat.OpenXml.TrueFalseBlankValue
Public Shared Widening Operator CType (value As Boolean) As TrueFalseBlankValue

Parameters

value
Boolean

The source Boolean value to convert.

Returns

The converted TrueFalseBlankValue value.

Applies to

Implicit(TrueFalseBlankValue to Boolean)

Implicitly converts a TrueFalseBlankValue object to a Boolean value.

public static implicit operator bool (DocumentFormat.OpenXml.TrueFalseBlankValue xmlAttribute);
public static implicit operator bool (DocumentFormat.OpenXml.TrueFalseBlankValue value);
static member op_Implicit : DocumentFormat.OpenXml.TrueFalseBlankValue -> bool
static member op_Implicit : DocumentFormat.OpenXml.TrueFalseBlankValue -> bool
Public Shared Widening Operator CType (xmlAttribute As TrueFalseBlankValue) As Boolean
Public Shared Widening Operator CType (value As TrueFalseBlankValue) As Boolean

Parameters

xmlAttributevalue
TrueFalseBlankValue

Returns

The converted Boolean value.

Applies to