tags:

views:

73

answers:

1

I need to convert a Number to Arabic Word. Does anyone have a code sample or library for that in C#,

+1  A: 

Start with this: http://support.microsoft.com/kb/210586

This converts to english, so change the code to convert to arabic.

If you need actual words back in arabic see this: http://www.codeproject.com/KB/dotnet/Number%5Fto%5FArabic%5Ftext.aspx

JonH