Share via


ConfidenceLevel.Implicit Operator

Definition

Overloads

Implicit(ConfidenceLevel to String)

Implicit operator to convert ConfidenceLevel to string

Implicit(String to ConfidenceLevel)

Implicit operator to convert string to ConfidenceLevel

Implicit(ConfidenceLevel to String)

Implicit operator to convert ConfidenceLevel to string

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

Parameters

e
ConfidenceLevel

the value to convert to an instance of ConfidenceLevel.

Returns

Applies to

Implicit(String to ConfidenceLevel)

Implicit operator to convert string to ConfidenceLevel

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

Parameters

value
String

the value to convert to an instance of ConfidenceLevel.

Returns

Applies to