Name: Anonymous 2010-02-27 6:24
Does anyone know how I can express inputted japanese character-numbers, (1234567890) as normal integer values (1234567890)
if im writing an application for a japanese user and they enter on the form in a textbox "7", in the japanese font, how can i convert this as intger 7?
if i get the textbox.text value, it doesnt convert to an intger, even the char datatype doesnt like it.
if im writing an application for a japanese user and they enter on the form in a textbox "7", in the japanese font, how can i convert this as intger 7?
if i get the textbox.text value, it doesnt convert to an intger, even the char datatype doesnt like it.