Dela via


PublishingProfileFormat.Implicit Operator

Definition

Overloads

Implicit(PublishingProfileFormat to String)

Implicit operator to convert PublishingProfileFormat to string

Implicit(String to PublishingProfileFormat)

Implicit operator to convert string to PublishingProfileFormat

Implicit(PublishingProfileFormat to String)

Implicit operator to convert PublishingProfileFormat to string

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

Parameters

e
PublishingProfileFormat

the value to convert to an instance of PublishingProfileFormat.

Returns

Applies to

Implicit(String to PublishingProfileFormat)

Implicit operator to convert string to PublishingProfileFormat

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

Parameters

value
String

the value to convert to an instance of PublishingProfileFormat.

Returns

Applies to