TilerImageFormat.Implicit Operator

Definition

Overloads

Implicit(String to TilerImageFormat)

Source:
TilerImageFormat.cs

Converts a string to a TilerImageFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<TilerImageFormat>)

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

Parameters

value
String

Returns

Applies to