G
Guest
For some reason I am drawing a blank on this, so I would be extremely
greatful if someone could help me out.
I am trying to get a MemoryStream out of a Byte array. How do I get it back
out?
I have a sub that calls a function:
Dim bByte() As Byte
bByte = ws.SQLGetUserDemographics()
Within that function I convert a memorystream to a byte array like this:
xmlms = ms.ToArray
I then pass that byte array back to the calling sub:
return xmlms
Now in my sub I want to get the memorystream back out of the byte array so i
can read it.
I am drawing a complete blank. Can someone help me out?
greatful if someone could help me out.
I am trying to get a MemoryStream out of a Byte array. How do I get it back
out?
I have a sub that calls a function:
Dim bByte() As Byte
bByte = ws.SQLGetUserDemographics()
Within that function I convert a memorystream to a byte array like this:
xmlms = ms.ToArray
I then pass that byte array back to the calling sub:
return xmlms
Now in my sub I want to get the memorystream back out of the byte array so i
can read it.
I am drawing a complete blank. Can someone help me out?