Hi Find below the structure am using struct Test { int i; string s; } struct Check { int intI; Test []structArray; } How to convert the Check structure to byte array ? Thanks in advance chandru
C
chandru___
@chandru___
Hi Find below the structure am using struct Test { int i; string s; } struct Check { int intI; Test []structArray; } How to convert the Check structure to byte array ? Thanks in advance chandru