A
ashish
hi All,
Iam having a webapplication which when run under French culture info
displays value of euro currency in this format 0.00 E, (E being the euro
symbol, dont know how to type it here )
the issue is that currency in euro is displayed as E 0.00 instead of
0.00 E,
Iam using following code ..
Thread.CurrentThread.CurrentCulture = New CultureInfo("fr-FR")
Response.Write(Format(0.0#, "c"))
any clue as to what might be the reason or solution behind for it ...
any help would be appreciated
tia
-ashish
Iam having a webapplication which when run under French culture info
displays value of euro currency in this format 0.00 E, (E being the euro
symbol, dont know how to type it here )
the issue is that currency in euro is displayed as E 0.00 instead of
0.00 E,
Iam using following code ..
Thread.CurrentThread.CurrentCulture = New CultureInfo("fr-FR")
Response.Write(Format(0.0#, "c"))
any clue as to what might be the reason or solution behind for it ...
any help would be appreciated
tia
-ashish