how can I convert doubleproperty to text which can display on a label | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I convert doubleproperty to text which can display on a label

20th Jun 2021, 11:35 AM
Sunday Othniel
Sunday Othniel - avatar
1 Answer
0
String.valueOf(doublevalue); returns string But also String s=""+double_value; does same, any value concatenate to string will gets appended. But use standard method of above.
20th Jun 2021, 11:47 AM
Jayakrishna 🇮🇳