OfferType.Implicit Operator

Definition

Overloads

Implicit(OfferType to String)

Implicit operator to convert OfferType to string

Implicit(String to OfferType)

Implicit operator to convert string to OfferType

Implicit(OfferType to String)

Implicit operator to convert OfferType to string

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

Parameters

e
OfferType

the value to convert to an instance of OfferType.

Returns

Applies to

Implicit(String to OfferType)

Implicit operator to convert string to OfferType

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

Parameters

value
String

the value to convert to an instance of OfferType.

Returns

Applies to