0
votes
votes
1 answers
Not all code paths return a value: C# debugging help needed
I have a problem. I was forking a GPLed software project in C#, and here's my piece of code (BTW it was a Unicode converter for Indic languages) on the problem: public static string Convert(string sInput, MappingDetails mappingDetails) ...
