Share via


EvaluatorCategory.Implicit Operator

Definition

Overloads

Implicit(String to EvaluatorCategory)

Source:
EvaluatorCategory.cs

Converts a string to a EvaluatorCategory.

public static implicit operator Azure.AI.Projects.EvaluatorCategory(string value);
static member op_Implicit : string -> Azure.AI.Projects.EvaluatorCategory
Public Shared Widening Operator CType (value As String) As EvaluatorCategory

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EvaluatorCategory>)

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

Parameters

value
String

Returns

Applies to