Click or drag to resize
RangeCollectionToString Method
Overload List
  NameDescription
Public methodToString
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.)
Public methodToString(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"
Top
See Also