Share via


ReportConfigSortingType.Implicit Operator

Definition

Overloads

Implicit(ReportConfigSortingType to String)

Implicit operator to convert ReportConfigSortingType to string

Implicit(String to ReportConfigSortingType)

Implicit operator to convert string to ReportConfigSortingType

Implicit(ReportConfigSortingType to String)

Implicit operator to convert ReportConfigSortingType to string

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

Parameters

e
ReportConfigSortingType

the value to convert to an instance of ReportConfigSortingType.

Returns

Applies to

Implicit(String to ReportConfigSortingType)

Implicit operator to convert string to ReportConfigSortingType

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

Parameters

value
String

the value to convert to an instance of ReportConfigSortingType.

Returns

Applies to