为字符串增加50个空格




            string s = "Hello";
            string s1 = "World";
            richTextBox1.Text = s.PadRight(50) + s1;


VB



public static string Space(
    int Number
)




posted @ 2014-06-16 09:44  XE2011  阅读(165)  评论(0编辑  收藏  举报