Share via


CatalogItemType.Implicit Operator

Definition

Overloads

Implicit(CatalogItemType to String)

Implicit operator to convert CatalogItemType to string

Implicit(String to CatalogItemType)

Implicit operator to convert string to CatalogItemType

Implicit(CatalogItemType to String)

Implicit operator to convert CatalogItemType to string

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

Parameters

e
CatalogItemType

the value to convert to an instance of CatalogItemType.

Returns

Applies to

Implicit(String to CatalogItemType)

Implicit operator to convert string to CatalogItemType

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

Parameters

value
String

the value to convert to an instance of CatalogItemType.

Returns

Applies to