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; C#大小写转换 标签:ext out 控件 img 大小写 font nes style col 原文地址:https://www.cnblogs.com/ljs7490/p/12623986.html
if (int.TryParse(text1.Text,out str))
{
text2.Text = new Upper().NumToChinese(text1.Text);
}
上一篇:C#Assembly详解
下一篇:三、C#入门—数据类型
评论
亲,登录后才可以留言!