LegendConfigKind.Implicit Operator

Definition

Overloads

Implicit(String to LegendConfigKind)

Source:
LegendConfigKind.cs

Converts a string to a LegendConfigKind.

public static implicit operator Azure.Analytics.PlanetaryComputer.LegendConfigKind(string value);
static member op_Implicit : string -> Azure.Analytics.PlanetaryComputer.LegendConfigKind
Public Shared Widening Operator CType (value As String) As LegendConfigKind

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LegendConfigKind>)

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

Parameters

value
String

Returns

Applies to