RangeBase.ToString Method

Definition

Provides a string representation of a RangeBase object.

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

Returns

Returns the string representation of a RangeBase object.

Remarks

This method returns a string that provides the values of the Minimum, Maximum, and Value properties.

Applies to