Share via


FilterType.Implicit Operator

Definition

Overloads

Implicit(FilterType to String)

Implicit operator to convert FilterType to string

Implicit(String to FilterType)

Implicit operator to convert string to FilterType

Implicit(FilterType to String)

Implicit operator to convert FilterType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType -> string
Public Shared Widening Operator CType (e As FilterType) As String

Parameters

e
FilterType

the value to convert to an instance of FilterType.

Returns

Applies to

Implicit(String to FilterType)

Implicit operator to convert string to FilterType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType
Public Shared Widening Operator CType (value As String) As FilterType

Parameters

value
String

the value to convert to an instance of FilterType.

Returns

Applies to