Share via


ManifestMediaType.Implicit(String to ManifestMediaType) Operator

Definition

Converts a string to a ManifestMediaType.

public static implicit operator Azure.Containers.ContainerRegistry.ManifestMediaType (string mediaType);
static member op_Implicit : string -> Azure.Containers.ContainerRegistry.ManifestMediaType
Public Shared Widening Operator CType (mediaType As String) As ManifestMediaType

Parameters

mediaType
String

Returns

Applies to