Hi All
I am trying to print currency field value, by FormattedValue property, in CRM email output
. But during output write i am getting some junk characters/question mark after currency symbol like "$?234.29"
I have also noticed that when i compare currency symbol with hard coded text like
currencySymbol.Equals("$") returns false
Thanks
Vinod Giri