Tagged Questions
0
votes
10answers
1k views
Can't figure out what this SubString.PadLeft is doing
In this code I am debugging, I have this code snipit:
ddlExpYear.SelectedItem.Value.Substring(2).PadLeft(2, '0');
What does this return? I really can't run this too much as it is part of a live ...