FormattedString.Explicit(FormattedString to String) 操作员

定义

将 FormattedString 强制转换为字符串,去除所有特性。

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

参数

formatted
FormattedString

要强制转换的格式化字符串。

返回

System.String

适用于