Sdílet prostřednictvím


AccumulatedType.Implicit Operator

Definition

Overloads

Implicit(AccumulatedType to String)

Implicit operator to convert AccumulatedType to string

Implicit(String to AccumulatedType)

Implicit operator to convert string to AccumulatedType

Implicit(AccumulatedType to String)

Implicit operator to convert AccumulatedType to string

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

Parameters

e
AccumulatedType

the value to convert to an instance of AccumulatedType.

Returns

Applies to

Implicit(String to AccumulatedType)

Implicit operator to convert string to AccumulatedType

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

Parameters

value
String

the value to convert to an instance of AccumulatedType.

Returns

Applies to