string str;
str="88.00";
我用String.Format("{0:#0}",str) 想返回88,但是返回的却是88.00不知道为什么另外如果str有为空值,则要通过这个函数返回""现在想问能不能通过String.Format直接实现(注意:不想通过if else实现)