EvaluatorCategory.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Implicit(String to EvaluatorCategory) |
Converts a string to a EvaluatorCategory. |
| Implicit(String to Nullable<EvaluatorCategory>) |
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