J
john sutor
Is there something wrogn with this syntax? It does not put in the padded
characters.
string hk="Assembly";
hk.PadRight(35,'-');
this.textBox1.Text=hk + "Test";
The output is AssemblyTest
characters.
string hk="Assembly";
hk.PadRight(35,'-');
this.textBox1.Text=hk + "Test";
The output is AssemblyTest