ComputeWeekDay.Implicit Operator

Definition

Overloads

Implicit(ComputeWeekDay to String)

Implicit operator to convert ComputeWeekDay to string

Implicit(String to ComputeWeekDay)

Implicit operator to convert string to ComputeWeekDay

Implicit(ComputeWeekDay to String)

Implicit operator to convert ComputeWeekDay to string

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

Parameters

e
ComputeWeekDay

the value to convert to an instance of ComputeWeekDay.

Returns

Applies to

Implicit(String to ComputeWeekDay)

Implicit operator to convert string to ComputeWeekDay

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

Parameters

value
String

the value to convert to an instance of ComputeWeekDay.

Returns

Applies to