TextType.Implicit Operator

Definition

Overloads

Implicit(String to TextType)

Source:
TextType.cs
Source:
TextType.cs

Converts a string to a TextType.

public static implicit operator Azure.AI.Translation.Text.TextType(string value);
static member op_Implicit : string -> Azure.AI.Translation.Text.TextType
Public Shared Widening Operator CType (value As String) As TextType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TextType>)

Source:
TextType.cs
Source:
TextType.cs
public static implicit operator Azure.AI.Translation.Text.TextType?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.Translation.Text.TextType>
Public Shared Widening Operator CType (value As String) As Nullable(Of TextType)

Parameters

value
String

Returns

Applies to