PageRange.ToString Method

Definition

Gets a string representation of the range.

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

Returns

A string that represents the range of pages in the format "PageFrom-PageTo".

Applies to