In C#, I want to generate combinations for {1,2,3,4,5,6,7,8,9,0} in 5 digits. So, I want to get an output of 11111,11112, etc up to 99999.
When I searched I didn't get anything that could work when I threw it into a console application.
Everything always got an error with Combinations...