某人发短信 [英] sb to text

查看:65
本文介绍了某人发短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿所有,


i想知道我将如何获取我的StrigBuilder变量的内容

并将其全部放入我的文本文件中?


谢谢,

rodchar

hey all,

i was wondering how would i take the contents of my StrigBuilder variable
and out put all of it to my text file?

thanks,
rodchar

推荐答案

" rodchar" < RO ***** @ discussions.microsoft.com> schrieb:
"rodchar" <ro*****@discussions.microsoft.com> schrieb:
我想知道如何获取我的StrigBuilder变量的内容
并把它全部放到我的文本文件中?
i was wondering how would i take the contents of my StrigBuilder variable
and out put all of it to my text file?




\\\

Dim sw As New StreamWriter(...)

sw.Write(sb.ToString())

sw.Close()

///


-

MS Herfried K. Wagner
MVP< URL:http://dotnet.mvps.org/>

VB< URL:http://dotnet.mvps.org/dotnet/faqs/> ;



\\\
Dim sw As New StreamWriter(...)
sw.Write(sb.ToString())
sw.Close()
///

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Herfried,
\\\
Dim sw As New StreamWriter(...)
sw.Write(sb.ToString())
sw.Close()
///
\\\
Dim sw As New StreamWriter(...)
sw.Write(sb.ToString())
sw.Close()
///



混合C#代码?


Cor


Mixed C# code?

Cor


Cor,


" Cor Ligthert" <无************ @ planet.nl> schrieb:
Cor,

"Cor Ligthert" <no************@planet.nl> schrieb:
\\\
Dim sw As New StreamWriter(...)
sw.Write(sb.ToString( ))
sw.Close()
///
\\\
Dim sw As New StreamWriter(...)
sw.Write(sb.ToString())
sw.Close()
///



混合C#代码?



Mixed C# code?




为什么?!


-

MS Herfried K. Wagner

MVP< URL:http://dotnet.mvps .org />

VB< URL:http://dotnet.mvps.org/dotnet/faqs/>



Why?!

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


这篇关于某人发短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆