wilksonccp / CSharp_CourseControl_Project

This is a course management system project developed in C#. The goal of this project is to demonstrate the implementation of a basic system that manages courses, students, and enrollments, allowing the addition, removal, and listing of information.
MIT License
0 stars 0 forks source link

minimum number of characters in entries #3

Open wilksonccp opened 1 month ago

wilksonccp commented 1 month ago

enter a minimum number of characters in the input for it to be validated

wilksonccp commented 1 month ago

I thought about creating a new bool function in the 'ValidationHelper' class with input for the number of characters in the inserted string and the number you want to check, returning true if it is above the value or false if it is below.