How to Conditionally Format a String in .Net?

前端 未结 7 777
清酒与你
清酒与你 2020-12-16 09:50

I would like to do some condition formatting of strings. I know that you can do some conditional formatting of integers and floats as follows:

Int32 i = 0;
         


        
7条回答
提交回复
热议问题