I have a price parameter from my API price: 10 I want to show it in my textfield with appending "$" after it. But it doesn't show my number anyway even with casting it. Here is my code :
I have a price parameter from my API price: 10 I want to show it in my textfield with appending "$" after it. But it doesn't show my number anyway even with casting it. Here is my code :