ViewPivotType.Implicit Operator

Definition

Overloads

Implicit(String to ViewPivotType)

Source:
ViewPivotType.cs

Converts a string to a ViewPivotType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ViewPivotType>)

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

Parameters

value
String

Returns

Applies to