TrueFalseValue.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 TrueFalseValue) |
Implicitly converts a Boolean value to a TrueFalseValue instance. |
Implicit(TrueFalseValue to Boolean) |
Implicitly converts a TrueFalseValue class to a Boolean value. |
Implicit(Boolean to TrueFalseValue)
Implicitly converts a Boolean value to a TrueFalseValue instance.
public static implicit operator DocumentFormat.OpenXml.TrueFalseValue (bool value);
static member op_Implicit : bool -> DocumentFormat.OpenXml.TrueFalseValue
Public Shared Widening Operator CType (value As Boolean) As TrueFalseValue
Parameters
Returns
The converted TrueFalseValue value.
Applies to
Implicit(TrueFalseValue to Boolean)
Implicitly converts a TrueFalseValue class to a Boolean value.
public static implicit operator bool (DocumentFormat.OpenXml.TrueFalseValue xmlAttribute);
public static implicit operator bool (DocumentFormat.OpenXml.TrueFalseValue value);
static member op_Implicit : DocumentFormat.OpenXml.TrueFalseValue -> bool
static member op_Implicit : DocumentFormat.OpenXml.TrueFalseValue -> bool
Public Shared Widening Operator CType (xmlAttribute As TrueFalseValue) As Boolean
Public Shared Widening Operator CType (value As TrueFalseValue) As Boolean
Parameters
- xmlAttributevalue
- TrueFalseValue
Returns
The converted Boolean value.