Table of Contents

PageRange.implicit operator Operator

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

implicit operator PageRange(string)

Converts a string containing the range of page numbers to a PageRange.

public static implicit operator PageRange(string value)

Parameters

value string

A string that contains the range of page numbers.

Returns

PageRange

A new PageRange instance.

implicit operator string(PageRange)

Converts a PageRange to a string containing the range of page numbers.

public static implicit operator string(PageRange value)

Parameters

value PageRange

A PageRange instance.

Returns

string

A string representation of the range of page numbers.