• There's a built-in function in C# that will do this without looping:

    string col1 = "0001234";

    col1.TrimStart('0');

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.