This is a simple C# application that converts a string into its binary (ASCII) representation. It includes a unit test project using the MSTest framework.
- Convert any input string to binary using ASCII encoding.
- Outputs binary values separated by spaces.
- Includes unit tests with MSTest.