I have a dataGridView1
with 3 columns name, amount and price I need to take them to the following format
000000010000001000Papas
where:
(0000000100) (00001000) (Popes)
The first is the price, the second the quantity and the third the name.