UseStl.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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