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