Sdílet prostřednictvím


TimeframeType.Implicit Operator

Definition

Overloads

Implicit(TimeframeType to String)

Implicit operator to convert TimeframeType to string

Implicit(String to TimeframeType)

Implicit operator to convert string to TimeframeType

Implicit(TimeframeType to String)

Implicit operator to convert TimeframeType to string

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

Parameters

e
TimeframeType

the value to convert to an instance of TimeframeType.

Returns

Applies to

Implicit(String to TimeframeType)

Implicit operator to convert string to TimeframeType

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

Parameters

value
String

the value to convert to an instance of TimeframeType.

Returns

Applies to