RuleCategory.Implicit Operator

Definition

Overloads

Implicit(RuleCategory to String)

Implicit operator to convert RuleCategory to string

Implicit(String to RuleCategory)

Implicit operator to convert string to RuleCategory

Implicit(RuleCategory to String)

Implicit operator to convert RuleCategory to string

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

Parameters

e
RuleCategory

the value to convert to an instance of RuleCategory.

Returns

Applies to

Implicit(String to RuleCategory)

Implicit operator to convert string to RuleCategory

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

Parameters

value
String

the value to convert to an instance of RuleCategory.

Returns

Applies to