StretchMode.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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