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