string s = "Hello";
string s1 = "World";
richTextBox1.Text = s.PadRight(50) + s1;
VB
public static string Space(
int Number
)
转载于:https://www.cnblogs.com/xe2011/p/3790366.html