asp.net中怎么让string不够一定长度时自动添加空格

asp.net中如何让string不够一定长度时自动添加空格?比方我要求string的长度不够10,就加成: string谢谢~!

asp.net中如何让string不够一定长度时自动添加空格?
比方我要求string   的长度不够10,就加成: "string           "
谢谢~!

[解决办法]
http://msdn2.microsoft.com/zh-cn/library/36f2hz3a(VS.80).aspx
[解决办法]
我发现是因为ListBox1的原因,它只保留一个空格,能让他全保留吗?

=========================>

查看
http://birdshome.cnblogs.com/archive/2005/12/27/DropDownList.html