FileImageSource.Implicit Operator

Definition

Overloads

Implicit(String to FileImageSource)

Allows implicit casting from a string.

Implicit(FileImageSource to String)

Allows implicit casting to a string.

Implicit(String to FileImageSource)

Allows implicit casting from a string.

public static implicit operator Xamarin.Forms.FileImageSource (string file);
static member op_Implicit : string -> Xamarin.Forms.FileImageSource

Parameters

file
System.String

Returns

Applies to

Implicit(FileImageSource to String)

Allows implicit casting to a string.

public static implicit operator string (Xamarin.Forms.FileImageSource file);
static member op_Implicit : Xamarin.Forms.FileImageSource -> string

Parameters

Returns

System.String

Applies to