blah blah blah is here! blah blah » Close

0
votes
0 answers

Int16.Parse("0") throws exception

// Please explain why Int16.Parse("0") throws exception, but Int16.Parse("00") does not. // -Thanks // Compile/link instructions: // csc TestApp.cs // using System; class TestApp { public static void Main ...

Feedback