DataType.Explicit(DataType to String) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
The DataType as a string.