Compartilhar via


RenderingType.Implicit Operator

Definition

Overloads

Implicit(RenderingType to String)

Implicit operator to convert RenderingType to string

Implicit(String to RenderingType)

Implicit operator to convert string to RenderingType

Implicit(RenderingType to String)

Implicit operator to convert RenderingType to string

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

Parameters

e
RenderingType

the value to convert to an instance of RenderingType.

Returns

Applies to

Implicit(String to RenderingType)

Implicit operator to convert string to RenderingType

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

Parameters

value
String

the value to convert to an instance of RenderingType.

Returns

Applies to