다음을 통해 공유


Key.Implicit Operator

Definition

Overloads

Implicit(Key to String)

Implicit operator to convert Key to string

Implicit(String to Key)

Implicit operator to convert string to Key

Implicit(Key to String)

Implicit operator to convert Key to string

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

Parameters

e
Key

the value to convert to an instance of Key.

Returns

Applies to

Implicit(String to Key)

Implicit operator to convert string to Key

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

Parameters

value
String

the value to convert to an instance of Key.

Returns

Key

Applies to