7
Answers

write array to lable/textbox

ilhami caliskan

ilhami caliskan

11y
1.1k
1
hi All,
I have an Array with bool values, the count of bool values is dynamic.

now I need to write the bool values (true/false) into a lable or textbox.

I have tried this but is not working
string abc = string.Join(",",  _aControllersModel.A100Safety.ToString());

how to do this?
thanx in advance
Answers (7)