Sdílet prostřednictvím


PivotType.Implicit Operator

Definition

Overloads

Implicit(PivotType to String)

Implicit operator to convert PivotType to string

Implicit(String to PivotType)

Implicit operator to convert string to PivotType

Implicit(PivotType to String)

Implicit operator to convert PivotType to string

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

Parameters

e
PivotType

the value to convert to an instance of PivotType.

Returns

Applies to

Implicit(String to PivotType)

Implicit operator to convert string to PivotType

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

Parameters

value
String

the value to convert to an instance of PivotType.

Returns

Applies to