FormattedString.Implicit(String to FormattedString) Operator

Definition

Cast a string to a FormattedString that contains a single span with no attribute set.

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

Parameters

text
String

The text to cast.

Returns

Applies to