摘要: 使用类库为 https://gitee.com/kuiyu/dotnetcodes/tree/master/DotNet.Utilities/%E6%B1%89%E5%AD%97%E8%BD%AC%E6%8B%BC%E9%9F%B3 取首字母 textBox2.Text = PinYin.GetCo 阅读全文
posted @ 2020-04-20 11:17 liessay 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 本教程说明如何在C#.NET Windows Forms Application中将图像转换为base64字符串,以及将base64字符串转换为图像。您可以创建一个新的Windows窗体应用程序项目来演示,然后从Visual Studio工具箱中将图片框,标签和按钮拖到Winform中,然后设计一个 阅读全文
posted @ 2020-04-20 10:58 liessay 阅读(4485) 评论(0) 推荐(0) 编辑
摘要: 本演示说明了如何使用c#.net Windows Forms应用程序中的system.speech库将文本转换为语音。Microsoft .NET框架提供System.Speech.Synthesis进行语音合成。要播放演示,您可以将Visual Studio工具箱中的Label,Combobox, 阅读全文
posted @ 2020-04-20 10:32 liessay 阅读(700) 评论(0) 推荐(0) 编辑