TrueFalseBlankValue.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.