欧美三区_成人在线免费观看视频_欧美极品少妇xxxxⅹ免费视频_a级毛片免费播放_鲁一鲁中文字幕久久_亚洲一级特黄

How to convert a String to Stream

系統 1796 0
How do you convert a String object to Stream (type) object?

I know it is more common to do the conversion in the other direction, but for me it is definitely the other way.

I have a web service input parameter of type string.? This parameter is actually an xml document payload. Why this is so is a long story.

Anyway, I need to validate it.? I've written xml validation code in the past.? The one real stumbling block here isd this data type conversion.

I'm at a bit of a loss how to do this.? Ultimately I need to get the data into an XmlReader object coupled with the XmlReadersettings object (this is a .net 2.0 asp.net app).? Looking at the object model for various System.XML namespace objects this does not appear to be a straightforward task.

Short of writing the string to disk and then opening it up with a FileStream object,there's got to be a better way.? Anyone have a better idea?

Thanks!
Mr Bungle
Tuesday, July 18, 2006
?
?
Implement a class derived from stream, i.e. declare a StringStream class, use your string to construct it, and implement the various abstract methods declared in Stream such as Read and CanWrite.
Christopher Wells
Tuesday, July 18, 2006
?
?
Use the StringReader class, e.g.

string xmlText = ... your XML ...;
XmlReaderSettings settings = ... your settings ...;

StringReader stringReader = new StringReader(xmlText);
XmlTextReader xmlReader = XmlReader.Create(stringReader, settings);
...
Joe
Wednesday, July 19, 2006
?
?
There is also the MemoryStream object, convert your string into an array of bytes and write directly into the memorystream.

MemoryStream memStream = new MemoryStream();
byte [] data = Encoding.Unicode.GetBytes(theString);
memStream.Write(data, 0, data.Length);
Foxedup
Wednesday, July 19, 2006
?
?
The System.IO.StringReader object worked like a charm and just required a single line of additional code.? What a relief! Thanks for all the helpful replies.
Mr Bungle
Wednesday, July 19, 2006
?
?

This topic is archived. No further replies will be accepted.

How to convert a String to Stream


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦?。?!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 国产小视频在线 | 夜夜夜爽 | 超碰在线播 | 欧美操片在线观看 | 男女视频在线观看免费 | 奇米777me | 日韩久久久久久 | 日韩av中文 | 香蕉国产在线观看免费 | 免费色网址| 一区二区三区在线 | 网站 | 日韩黄色一级大片 | 欧美日韩大尺码免费专区 | 欧美日韩一区二区三区四区五区 | 欧美一区二区三区中文字幕 | 国产精品一区二区三区在线播放 | 精品一区精品二区 | 91视频精选 | 婷婷激情网站 | 日本高清免费网站 | 免费中日高清无专码有限公司 | 国产福利在线观看精品 | 精品欧美一区二区三区久久久 | 99这里只有精品66视频 | 澳门一级毛片免费播放 | 福利网址 | 亚洲 欧美日韩 国产 中文 | 久久99视频 | 免费高清seyeye在线视频观看 | 欧美精品成人a多人在线观看 | 成人免费一区二区三区视频软件 | 一本色道精品久久一区二区三区 | 欧美视频亚洲视频 | 91精品国产日韩91久久久久久360 | 亚洲国产第一页 | 日本毛片免费看 | 亚洲免费人成在线视频观看 | 国产免费av在线 | 中文字幕欧美在线 | 亚洲一区播放 | 国产成人福利在线视老湿机 |