ForecastTimeframe.Implicit Operator

Definition

Overloads

Implicit(String to ForecastTimeframe)

Source:
ForecastTimeframe.cs

Converts a string to a ForecastTimeframe.

public static implicit operator Azure.ResourceManager.CostManagement.Models.ForecastTimeframe(string value);
static member op_Implicit : string -> Azure.ResourceManager.CostManagement.Models.ForecastTimeframe
Public Shared Widening Operator CType (value As String) As ForecastTimeframe

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ForecastTimeframe>)

Source:
ForecastTimeframe.cs
public static implicit operator Azure.ResourceManager.CostManagement.Models.ForecastTimeframe?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.CostManagement.Models.ForecastTimeframe>
Public Shared Widening Operator CType (value As String) As Nullable(Of ForecastTimeframe)

Parameters

value
String

Returns

Applies to