QueryAnswerType.Implicit Operator

Definition

Overloads

Implicit(String to QueryAnswerType)

Source:
QueryAnswerType.cs
Source:
QueryAnswerType.cs

Converts a string to a QueryAnswerType.

public static implicit operator Azure.Search.Documents.Models.QueryAnswerType(string value);
static member op_Implicit : string -> Azure.Search.Documents.Models.QueryAnswerType
Public Shared Widening Operator CType (value As String) As QueryAnswerType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<QueryAnswerType>)

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

Parameters

value
String

Returns

Applies to