StatusType.Implicit Operator

Definition

Overloads

Implicit(StatusType to String)

Implicit operator to convert StatusType to string

Implicit(String to StatusType)

Implicit operator to convert string to StatusType

Implicit(StatusType to String)

Implicit operator to convert StatusType to string

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

Parameters

e
StatusType

the value to convert to an instance of StatusType.

Returns

Applies to

Implicit(String to StatusType)

Implicit operator to convert string to StatusType

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

Parameters

value
String

the value to convert to an instance of StatusType.

Returns

Applies to