FormatType.Implicit Operator

Definition

Overloads

Implicit(FormatType to String)

Implicit operator to convert FormatType to string

Implicit(String to FormatType)

Implicit operator to convert string to FormatType

Implicit(FormatType to String)

Implicit operator to convert FormatType to string

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

Parameters

e
FormatType

the value to convert to an instance of FormatType.

Returns

Applies to

Implicit(String to FormatType)

Implicit operator to convert string to FormatType

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

Parameters

value
String

the value to convert to an instance of FormatType.

Returns

Applies to