Freigeben über


InsightType.Implicit Operator

Definition

Overloads

Implicit(String to InsightType)

Source:
InsightType.cs

Converts a string to a InsightType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<InsightType>)

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

Parameters

value
String

Returns

Applies to