I have different scenarios. I need output where the value must return comma separated values in ₹ format which it does in my system where I have the ₹ rupee symbol. Whereas in the user system C0 returns $ value with comma separated values I do not know if he has ₹ symbol in his system or not. Can anyone advise.
PS. I have use the expression in the subject line where I cannot use more functions. I have used convert.ToString("C0").