Domain.QualityTest.ToString2 C# (CSharp) Method

ToString2() public method

public ToString2 ( ) : string[]
return string[]
        public string[] ToString2()
        {
            string[] s = new string[8];
            s[0] = results;
            s[1] = qualityTestActivities;
            s[2] = comment;
            s[3] = expResults;
            s[4] = date.ToString();
            s[5] = approved.ToString();
            s[6] = done.ToString();
            s[7] = employee;
            return s;
            }
        public void setComment(string comment)