ContentType.Implicit(String to ContentType) Operator

Definition

Creates an instance of ContentType.

public static implicit operator Azure.Core.ContentType (string contentType);
static member op_Implicit : string -> Azure.Core.ContentType
Public Shared Widening Operator CType (contentType As String) As ContentType

Parameters

contentType
String

The content type string.

Returns

Applies to