Click or drag to resize
SeriesK, VFormat Method
Overload List
  NameDescription
Public methodFormat
Shows the series content in a human-readable format. The resulting string shows a limited number of values from the series.
Public methodFormat(Int32)
Shows the series content in a human-readable format. The resulting string shows a limited number of values from the series. ## Parameters - `itemCount` - The total number of items to show. The result will show at most `itemCount/2` items at the beginning and ending of the series.
Public methodFormat(Int32, Int32)
Shows the series content in a human-readable format. The resulting string shows a limited number of values from the series. ## Parameters - `startCount` - The number of elements to show at the beginning of the series - `endCount` - The number of elements to show at the end of the series
Top
See Also