Mode.Implicit Operator

Definition

Overloads

Name Description
Implicit(String to Mode)

Converts a string to a Mode.

Implicit(String to Nullable<Mode>)

Implicit(String to Mode)

Source:
Mode.cs
Source:
Mode.cs

Converts a string to a Mode.

public static implicit operator Azure.ResourceManager.PowerBIDedicated.Models.Mode(string value);
static member op_Implicit : string -> Azure.ResourceManager.PowerBIDedicated.Models.Mode
Public Shared Widening Operator CType (value As String) As Mode

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<Mode>)

Source:
Mode.cs
public static implicit operator Azure.ResourceManager.PowerBIDedicated.Models.Mode?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.PowerBIDedicated.Models.Mode>
Public Shared Widening Operator CType (value As String) As Nullable(Of Mode)

Parameters

value
String

Returns

Applies to