RangeBase.ToString 方法

定義

提供 RangeBase 物件的字串表示。

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

傳回

String

傳回 RangeBase 物件的字串表示。

備註

這個方法會傳回提供 、 MaximumValue 屬性值的 Minimum 字串。

適用於