RangeCollectionToString Method |
Name | Description | |
---|---|---|
ToString |
Returns RangeCollection as a string in the form. For example, the range collection containing 1, 2, 10, 11, and 12 returns "1-2,10-12".
If the set is empty, returns "Empty"
(Overrides ObjectToString.) | |
ToString(String, String) |
Returns RangeCollection as a string in the form. For example, the range collection containing 1, 2, 10, 11, and 12 returns "1-2,10-12".
If the set is empty, returns "Empty"
|