Share via


UseStl.Implicit Operator

Definition

Overloads

Implicit(UseStl to String)

Implicit operator to convert UseStl to string

Implicit(String to UseStl)

Implicit operator to convert string to UseStl

Implicit(UseStl to String)

Implicit operator to convert UseStl to string

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

Parameters

e
UseStl

the value to convert to an instance of UseStl.

Returns

Applies to

Implicit(String to UseStl)

Implicit operator to convert string to UseStl

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

Parameters

value
String

the value to convert to an instance of UseStl.

Returns

Applies to