How to remove all zeros from string’s beginning? August 19, 2023 by Tarik I would use TrimStart string no_start_zeros = s.TrimStart('0');