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.TrueFalseBlankValuePublic Shared Widening Operator CType (value As Boolean) As TrueFalseBlankValueParameters
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 -> boolstatic member op_Implicit : DocumentFormat.OpenXml.TrueFalseBlankValue -> boolPublic Shared Widening Operator CType (xmlAttribute As TrueFalseBlankValue) As BooleanPublic Shared Widening Operator CType (value As TrueFalseBlankValue) As BooleanParameters
- xmlAttributevalue
- TrueFalseBlankValue
Returns
The converted Boolean value.