Condividi tramite


TreatmentEffectType.Implicit Operator

Definition

Overloads

Implicit(String to TreatmentEffectType)

Source:
TreatmentEffectType.cs
Source:
TreatmentEffectType.cs

Converts a string to a TreatmentEffectType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TreatmentEffectType>)

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

Parameters

value
String

Returns

Applies to