Share via


Level.Implicit Operator

Definition

Overloads

Implicit(Level to String)

Implicit operator to convert Level to string

Implicit(String to Level)

Implicit operator to convert string to Level

Implicit(Level to String)

Implicit operator to convert Level to string

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

Parameters

e
Level

the value to convert to an instance of Level.

Returns

Applies to

Implicit(String to Level)

Implicit operator to convert string to Level

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

Parameters

value
String

the value to convert to an instance of Level.

Returns

Applies to