I have a number that I need to convert to a string. First I used this:
Key = i.ToString();
But I realize it’s being sorted in a strange order and so I need to pad it with zeros. How could I do this?
I have a number that I need to convert to a string. First I used this:
Key = i.ToString();
But I realize it’s being sorted in a strange order and so I need to pad it with zeros. How could I do this?