Class Array2D
- Namespace
- TimeSeriesAnalysis
- Assembly
- TimeSeriesAnalysis.dll
Non-generic 2D-array methods
public static class Array2D
- Inheritance
-
Array2D
- Inherited Members
Methods
GetColumnParsedAsDateTime(string[,], int, string)
Parses a column of strings in an array/matrix of strings
public static DateTime[] GetColumnParsedAsDateTime(this string[,] matrix, int columnNumber, string dateFormat)
Parameters
matrixstring[,]a 2D-array of strings
columnNumberintthe index of the column to parse
dateFormatstringthe DateTime dateformat,For the format of dateFormat, see https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings
Returns
- DateTime[]