FormattedString.Explicit(FormattedString to String) Operator

Definition

Cast the FormattedString to a string, stripping all the attributes.

public static explicit operator string (Xamarin.Forms.FormattedString formatted);
static member op_Explicit : Xamarin.Forms.FormattedString -> string

Parameters

formatted
FormattedString

The formatted string to cast.

Returns

Applies to