How do I convert the output is displayed in the picture below into a string format
I have captured the data from a desktop based application
There are no text or Inner text selectors which display the value.
How do I convert the output is displayed in the picture below into a string format
I have captured the data from a desktop based application
There are no text or Inner text selectors which display the value.
Hi,
Use check(0).tostring or check(1).tostring
Check this
string.Join(" ", yourDataRow.ItemArray.[Select](Function(c) c.ToString()).ToArray())