Rect3D.ToString メソッド
定義
オーバーロード
ToString() |
Rect3D の文字列形式を作成します。Creates a string representation of the Rect3D. |
ToString(IFormatProvider) |
Rect3D の文字列形式を作成します。Creates a string representation of the Rect3D. |
ToString()
ToString(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
カルチャ固有の書式設定情報。Culture-specific formatting information.
戻り値
Rect3D の文字列形式。A string representation of the Rect3D.