1
Answer

Count & display dynamic length string on Datagridview

Photo of sumit Kale

sumit Kale

8y
648
1
Hello,
 
I have protocol structure which contains header + Data length + Data + Footer.
 
Data length field contains length information. So basically i want to count length field bytes & display on datagridview.
 
For fixed size data length(ex. 2 / 3) i am able to split the protocol & display  gridview.
 
However for dynamic length how it can be possible?  
 
Any suggestion? 

Answers (1)