FormattedString.Explicit(FormattedString to String) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 FormattedString 强制转换为字符串,去除所有特性。
public static explicit operator string(Xamarin.Forms.FormattedString formatted);
static member op_Explicit : Xamarin.Forms.FormattedString -> string
参数
- formatted
- FormattedString
要强制转换的格式化字符串。
返回
System.String