Share via


Type.Implicit Operator

Definition

Overloads

Implicit(Type to String)

Implicit operator to convert Type to string

Implicit(String to Type)

Implicit operator to convert string to Type

Implicit(Type to String)

Implicit operator to convert Type to string

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

Parameters

e
Type

the value to convert to an instance of Type.

Returns

Applies to

Implicit(String to Type)

Implicit operator to convert string to Type

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

Parameters

value
String

the value to convert to an instance of Type.

Returns

Applies to