Share via


KeyType.Implicit Operator

Definition

Overloads

Implicit(KeyType to String)

Implicit operator to convert KeyType to string

Implicit(String to KeyType)

Implicit operator to convert string to KeyType

Implicit(KeyType to String)

Implicit operator to convert KeyType to string

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

Parameters

e
KeyType

the value to convert to an instance of KeyType.

Returns

Applies to

Implicit(String to KeyType)

Implicit operator to convert string to KeyType

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

Parameters

value
String

the value to convert to an instance of KeyType.

Returns

Applies to