Aracılığıyla paylaş


ForecastType.Implicit Operator

Definition

Overloads

Implicit(ForecastType to String)

Implicit operator to convert ForecastType to string

Implicit(String to ForecastType)

Implicit operator to convert string to ForecastType

Implicit(ForecastType to String)

Implicit operator to convert ForecastType to string

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

Parameters

e
ForecastType

the value to convert to an instance of ForecastType.

Returns

Applies to

Implicit(String to ForecastType)

Implicit operator to convert string to ForecastType

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

Parameters

value
String

the value to convert to an instance of ForecastType.

Returns

Applies to