Class Array2D
Non-generic 2D-array methods
Inherited Members
Namespace: TimeSeriesAnalysis
Assembly: TimeSeriesAnalysis.dll
Syntax
public static class Array2D
Methods
| Edit this page View SourceGetColumnParsedAsDateTime(string[,], int, string)
Parses a column of strings in an array/matrix of strings
Declaration
public static DateTime[] GetColumnParsedAsDateTime(this string[,] matrix, int columnNumber, string dateFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| string[,] | matrix | a 2D-aray of strings |
| int | columnNumber | the index of the column to parse |
| string | dateFormat | the 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
| Type | Description |
|---|---|
| DateTime[] |