Share via


ImageType.Implicit Operator

Definition

Overloads

Implicit(ImageType to String)

Implicit operator to convert ImageType to string

Implicit(String to ImageType)

Implicit operator to convert string to ImageType

Implicit(ImageType to String)

Implicit operator to convert ImageType to string

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

Parameters

e
ImageType

the value to convert to an instance of ImageType.

Returns

Applies to

Implicit(String to ImageType)

Implicit operator to convert string to ImageType

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

Parameters

value
String

the value to convert to an instance of ImageType.

Returns

Applies to