| SeriesK, VFormat Method (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
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public string Format(
int startCount,
int endCount
)
Parameters
- startCount
- Type: SystemInt32
[Missing <param name="startCount"/> documentation for "M:Deedle.Series`2.Format(System.Int32,System.Int32)"]
- endCount
- Type: SystemInt32
[Missing <param name="endCount"/> documentation for "M:Deedle.Series`2.Format(System.Int32,System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Deedle.Series`2.Format(System.Int32,System.Int32)"]
See Also