R
Rohit Sharma
Hi All,
I want to catch a stream as a string.....please see below:
Dim stXML As Stream
Dim sReturn as string
dsResult.WriteXml(stXML)
I want the value of the stream stXML as a string. stXML is a stream.
Thanks in anticipation.
Regards
Rohit
I want to catch a stream as a string.....please see below:
Dim stXML As Stream
Dim sReturn as string
dsResult.WriteXml(stXML)
I want the value of the stream stXML as a string. stXML is a stream.
Thanks in anticipation.
Regards
Rohit