TaskName.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(TaskName to String) |
Implicitly converts a TaskName into a String of the Name property value. |
Implicit(String to TaskName) |
Implicit(TaskName to String)
public static implicit operator string (Microsoft.DurableTask.TaskName value);
static member op_Implicit : Microsoft.DurableTask.TaskName -> string
Public Shared Widening Operator CType (value As TaskName) As String
Parameters
Returns
Applies to
Implicit(String to TaskName)
public static implicit operator Microsoft.DurableTask.TaskName (string value);
static member op_Implicit : string -> Microsoft.DurableTask.TaskName
Public Shared Widening Operator CType (value As String) As TaskName