Partager via


EntropyMode.Implicit Opérateur

Définition

Surcharges

Implicit(EntropyMode to String)

Opérateur implicite pour convertir EntropyMode en chaîne

Implicit(String to EntropyMode)

Opérateur implicite pour convertir une chaîne en EntropyMode

Implicit(EntropyMode to String)

Opérateur implicite pour convertir EntropyMode en chaîne

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

Paramètres

Retours

S’applique à

Implicit(String to EntropyMode)

Opérateur implicite pour convertir une chaîne en EntropyMode

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

Paramètres

value
String

Retours

S’applique à