ViewChartType.Implicit Operator

Definition

Overloads

Implicit(String to ViewChartType)

Source:
ViewChartType.cs

Converts a string to a ViewChartType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ViewChartType>)

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

Parameters

value
String

Returns

Applies to