string with starting zero to int csharp

Code Example - string with starting zero to int csharp

                
                        I have a string (string value="01"), when i converting this string into int (int tempValue= int.Parse(value)). Then i am getting result=1