FormattedString.Explicit(FormattedString to String) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.String