Search Results for

    Show / Hide Table of Contents

    Class Array2D

    Non-generic 2D-array methods

    Inheritance
    object
    Array2D
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public static class Array2D

    Methods

    | Edit this page View Source

    GetColumnParsedAsDateTime(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[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX