I have a problem with decimal.ToString(\"C\") override. Basically what I wants to do is as follows:
decimal.ToString(\"C\")
CultureInfo usCulture = new CultureInfo(\"en
If I understand your question correctly what you want is to replace the $ with RM. If so, you need to pass the custom format...
lblPaids.Text = paid.ToString("C", LocalFormat);