help

  • Thread starter Thread starter idol
  • Start date Start date
I

idol

need to convert unicode to its english numerical value for eg १ (
which means =1 in
international) to its english value 1
so that i can perform mathematical calculation after retriving the
character from database .i am using vb.net
 
If this can be mapped by simply changing languages, change the current
culture and it will turn into the proper number. If not, you will have to
make your own mapping from the symbol to the numeral.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
need to convert unicode to its english numerical value for eg ? (
which means =1 in
international) to its english value 1
so that i can perform mathematical calculation after retriving the
character from database .i am using vb.net
 
Back
Top