DataType.Explicit(DataType to String) Operator

Definition

Defines explicit conversion from DataType to string.

public static explicit operator string (Microsoft.Azure.Search.Models.DataType dataType);
static member op_Explicit : Microsoft.Azure.Search.Models.DataType -> string
Public Shared Narrowing Operator CType (dataType As DataType) As String

Parameters

dataType
DataType

DataType to convert.

Returns

The DataType as a string.

Applies to