I am using a GridView and I need to show the currency in Arabic culture so I used this code which is working very well,
DataFormatString="{0:c}"
The results will be like this : د.ك. 55.000 Now what I want is to change it like this : 55.000 K.D ???