GeneralTransform.ToString メソッド
定義
このインスタンスの文字列形式を作成します。Creates a string representation of this instance.
オーバーロード
ToString() |
この GeneralTransform の文字列形式を作成します。Creates a string representation of this GeneralTransform. |
ToString(IFormatProvider) |
渡される IFormatProvider パラメーターに基づいて、このインスタンスの文字列表現を作成します。Creates a string representation of this instance, based on the passed IFormatProvider parameter. |
ToString()
この GeneralTransform の文字列形式を作成します。Creates a string representation of this GeneralTransform.
public:
override System::String ^ ToString();
public override string ToString ();
abstract member ToString : unit -> string
override this.ToString : unit -> string
override this.ToString : unit -> string
Public Overrides Function ToString () As String
戻り値
このインスタンスの文字列形式。A string representation of this instance.
適用対象
ToString(IFormatProvider)
渡される IFormatProvider パラメーターに基づいて、このインスタンスの文字列表現を作成します。Creates a string representation of this instance, based on the passed IFormatProvider parameter.
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
member this.ToString : IFormatProvider -> string
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
パラメーター
- provider
- IFormatProvider
このインスタンスを処理するために使用される IFormatProvider のインスタンス。IFormatProvider instance used to process this instance.
戻り値
provider
に基づいた、このインスタンスの文字列表現。A string representation of this instance, based on provider
.