Share via


DeinterlaceMode.Implicit Operator

Definition

Overloads

Implicit(DeinterlaceMode to String)

Implicit operator to convert DeinterlaceMode to string

Implicit(String to DeinterlaceMode)

Implicit operator to convert string to DeinterlaceMode

Implicit(DeinterlaceMode to String)

Implicit operator to convert DeinterlaceMode to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.DeinterlaceMode e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.DeinterlaceMode -> string
Public Shared Widening Operator CType (e As DeinterlaceMode) As String

Parameters

Returns

Applies to

Implicit(String to DeinterlaceMode)

Implicit operator to convert string to DeinterlaceMode

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

Parameters

value
String

Returns

Applies to