Being a beginner in NativeScript, I'm finding it difficult to find basic information through Google search. But now, I have a specific question: I have the number
1234567.89
stored in a variable, and I want to display it in a label with the format
"1,234,567.89"
I also need to ensure that 2 decimal places are always displayed, even if they are both zero.
Thank you in advance for your assistance!