I need to format a string so that it contains only 30 characters.
If you have less than 30, you should fill in the blanks, and if you have more, you should leave it with only 30.
I know you should have a way to do + - like this:
string.Format("{0: }, item.nome");
But this is not working.
Any tips?