DataType.Implicit(String to DataType) Operator

Definition

Defines implicit conversion from string to DataType.

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

Parameters

value
String

string to convert.

Returns

The string as a DataType.

Applies to