C#大小写转换

2021-03-11 23:28

阅读:696

标签:ext   out   控件   img   大小写   font   nes   style   col   

2020-04-02  每日一例第25天

1.新建对话框,拖label/textbox/button控件;

技术图片

 

 

2.后台代码;

 

 

int str;
if (int.TryParse(text1.Text,out str))
{
text2.Text = new Upper().NumToChinese(text1.Text);
}

 

C#大小写转换

标签:ext   out   控件   img   大小写   font   nes   style   col   

原文地址:https://www.cnblogs.com/ljs7490/p/12623986.html


评论


亲,登录后才可以留言!