/// <summary> /// Format the data section of a SEEVSE startup record. /// </summary> /// <returns>String representation of a SEEVSE startup record.</returns> public override string ToString() { return(CpuId.PadRight(17, ' ') + " " + ProgramId.PadRight(8 + 2, ' ') + " " + ProgramVersion.PadRight(8, ' ') + " " + DateFormatter(StartTime).PadRight(FIELD_DATE_LENGTH, ' ')); }