ModelIdsCompaction.Implicit Operator

Definition

Overloads

Implicit(String to ModelIdsCompaction)

Source:
ModelIdsCompaction.cs

Converts a string to a ModelIdsCompaction.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ModelIdsCompaction>)

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

Parameters

value
String

Returns

Applies to