KeySpline.ToString メソッド

定義

KeySpline のこのインスタンスの文字列表現を作成します。

オーバーロード

ToString()

現在のカルチャに基づいて、KeySpline のこのインスタンスの文字列表現を作成します。

ToString(IFormatProvider)

指定した KeySpline に基づいて、この IFormatProvider の文字列表現を作成します。

ToString()

現在のカルチャに基づいて、KeySpline のこのインスタンスの文字列表現を作成します。

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

戻り値

String

この KeySpline の文字列表現。

適用対象

ToString(IFormatProvider)

指定した KeySpline に基づいて、この IFormatProvider の文字列表現を作成します。

public:
 System::String ^ ToString(IFormatProvider ^ formatProvider);
public string ToString (IFormatProvider formatProvider);
override this.ToString : IFormatProvider -> string
Public Function ToString (formatProvider As IFormatProvider) As String

パラメーター

formatProvider
IFormatProvider

使用する書式プロバイダー。 プロバイダーが null の場合は、現在のカルチャが使用されます。

戻り値

String

KeySpline のこのインスタンスの文字列表現。

適用対象