vb.net strings

  1. O

    String Appending Problem..

    Hello! I'm trying to read data from a stream and append them into string builder and then take the read data to a string. Here is the code I'm using to do that. Dim intNumOfBytesToRead As Integer = Val(getMessageSize(msgNumber)) 'getting the size of the message Dim...
Back
Top