次の方法で共有


FormattedString.Implicit(String to FormattedString) 演算子

定義

FormattedString に、属性が設定されていない 1 つのスパンを含む文字列をキャストします。

public static implicit operator Xamarin.Forms.FormattedString (string text);
static member op_Implicit : string -> Xamarin.Forms.FormattedString

パラメーター

text
System.String

キャストするテキスト。

戻り値

適用対象