Share via


BlurType.Implicit Operator

Definition

Overloads

Implicit(BlurType to String)

Implicit operator to convert BlurType to string

Implicit(String to BlurType)

Implicit operator to convert string to BlurType

Implicit(BlurType to String)

Implicit operator to convert BlurType to string

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

Parameters

Returns

Applies to

Implicit(String to BlurType)

Implicit operator to convert string to BlurType

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

Parameters

value
String

Returns

Applies to