FormattedString.Implicit(String to FormattedString) 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 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
- System.String
The text to cast.