H265Complexity.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(H265Complexity to String) |
Implicit operator to convert H265Complexity to string |
Implicit(String to H265Complexity) |
Implicit operator to convert string to H265Complexity |
Implicit(H265Complexity to String)
Implicit operator to convert H265Complexity to string
public static implicit operator string (Microsoft.Azure.Management.Media.Models.H265Complexity e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.H265Complexity -> string
Public Shared Widening Operator CType (e As H265Complexity) As String
Parameters
Returns
Applies to
Implicit(String to H265Complexity)
Implicit operator to convert string to H265Complexity
public static implicit operator Microsoft.Azure.Management.Media.Models.H265Complexity (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.H265Complexity
Public Shared Widening Operator CType (value As String) As H265Complexity
Parameters
- value
- String