GeneralTransform.ToString メソッド

定義

このインスタンスの文字列形式を作成します。

オーバーロード

名前 説明
ToString()

この GeneralTransformの文字列形式を作成します。

ToString(IFormatProvider)

渡された IFormatProvider パラメーターに基づいて、このインスタンスの文字列形式を作成します。

ToString()

この GeneralTransformの文字列形式を作成します。

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

返品

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

適用対象

ToString(IFormatProvider)

渡された IFormatProvider パラメーターに基づいて、このインスタンスの文字列形式を作成します。

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

パラメーター

provider
IFormatProvider

IFormatProvider このインスタンスの処理に使用されるインスタンス。

返品

providerに基づく、このインスタンスの文字列表現。

適用対象