Compartir a través de


OperatorType.Implicit Operator

Definition

Overloads

Implicit(OperatorType to String)

Implicit operator to convert OperatorType to string

Implicit(String to OperatorType)

Implicit operator to convert string to OperatorType

Implicit(OperatorType to String)

Implicit operator to convert OperatorType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorType -> string
Public Shared Widening Operator CType (e As OperatorType) As String

Parameters

e
OperatorType

the value to convert to an instance of OperatorType.

Returns

Applies to

Implicit(String to OperatorType)

Implicit operator to convert string to OperatorType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorType
Public Shared Widening Operator CType (value As String) As OperatorType

Parameters

value
String

the value to convert to an instance of OperatorType.

Returns

Applies to