Share via


KeyName.Implicit Operator

Definition

Overloads

Implicit(KeyName to String)

Implicit operator to convert KeyName to string

Implicit(String to KeyName)

Implicit operator to convert string to KeyName

Implicit(KeyName to String)

Implicit operator to convert KeyName to string

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

Parameters

e
KeyName

the value to convert to an instance of KeyName.

Returns

Applies to

Implicit(String to KeyName)

Implicit operator to convert string to KeyName

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

Parameters

value
String

the value to convert to an instance of KeyName.

Returns

Applies to