Share via


StretchMode.Implicit Operator

Definition

Overloads

Implicit(StretchMode to String)

Implicit operator to convert StretchMode to string

Implicit(String to StretchMode)

Implicit operator to convert string to StretchMode

Implicit(StretchMode to String)

Implicit operator to convert StretchMode to string

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

Parameters

Returns

Applies to

Implicit(String to StretchMode)

Implicit operator to convert string to StretchMode

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

Parameters

value
String

Returns

Applies to