TrueFalseBlankValue.Implicit 运算符

定义

重载

Implicit(Boolean to TrueFalseBlankValue)

将值隐式转换为 Boolean TrueFalsBlankValue 值。

Implicit(TrueFalseBlankValue to Boolean)

将 对象隐式转换为TrueFalseBlankValueBoolean值。

Implicit(Boolean to TrueFalseBlankValue)

将值隐式转换为 Boolean TrueFalsBlankValue 值。

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

参数

value
Boolean

要转换的源 Boolean 值。

返回

转换后 TrueFalseBlankValue 的值。

适用于

Implicit(TrueFalseBlankValue to Boolean)

将 对象隐式转换为TrueFalseBlankValueBoolean值。

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

参数

xmlAttributevalue
TrueFalseBlankValue

返回

转换后 Boolean 的值。

适用于