Converting raw data type to enumerated type
- by Jim Lahman
There are times when an enumerated type is preferred over using the raw data type. An example of using a scheme is when we need to check the health of x-ray gauges in use on a production line. Rather than using a scheme like 0, 1 and 2, we can use an enumerated type: 1: /// <summary>
2: /// POR Healthy status…