次の方法で共有


FormattedString.Explicit(FormattedString to String) Operator

定義

すべての属性を削除して、文字列に FormattedString をキャストします。

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

パラメーター

formatted
FormattedString

キャストする書式設定された文字列。

戻り値

System.String

適用対象