RangeBase.ToString Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Provides a string representation of a RangeBase object.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Overrides Function ToString As String
public override string ToString()

Return Value

Type: System..::.String
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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

RangeBase Class

System.Windows.Controls.Primitives Namespace