save richtextbox to file C#

前端 未结 3 995
闹比i
闹比i 2020-12-10 20:04

I am having trouble saving from richtextbox to .txt file

here is the code:

if (richTextBox1.Text != String.Empty)
            {
                strin         


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