TimeframeType.Implicit Operator

Definition

Overloads

Implicit(String to TimeframeType)

Source:
TimeframeType.cs

Converts a string to a TimeframeType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TimeframeType>)

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

Parameters

value
String

Returns

Applies to