Hi Team, I have tried the same but when reading the stream reader second line. We are getting error "Input string was not a correct format". int buf_length = Int32.Parse(line, NumberStyles.AllowHexSpecifier); // parsing hex to int line contains the value " web_service version="1.0" ", We are getting error while converting line variable to integer, Because of the line variable is not hexa code.
↧