To write the numbers in my motherhood language (Persian), I worked with the sting which its value is 1393 (The numbers are in Persian).
return Convert.ToInt32(Year);
But the following error appears:
Input string was not in correct format
I have tried both String and string
1393is not helping much, that will convert.Convert.ToInt32()that lets you provide a specified culture as yourIFormatProvider. Have you tried that?