Share via


Category.Implicit Operator

Definition

Overloads

Implicit(Category to String)

Implicit operator to convert Category to string

Implicit(String to Category)

Implicit operator to convert string to Category

Implicit(Category to String)

Implicit operator to convert Category to string

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

Parameters

e
Category

the value to convert to an instance of Category.

Returns

Applies to

Implicit(String to Category)

Implicit operator to convert string to Category

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

Parameters

value
String

the value to convert to an instance of Category.

Returns

Applies to