NumberRange Constructor

Initializes a new instance of the NumberRange class from the specified string.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
protected NumberRange(
	string rangeString
)

Parameters

rangeString  String
The string containing the range of numbers.

See Also