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

    string col1 = "0001234";

    col1.TrimStart('0');