Results 1 to 2 of 2

Thread: Replacing "." with ","

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Replacing "." with ","

    I am doing some calculations. My server has a european setup, which means, that "," is used for decimal numbers e.g "116,7". If I enter "116.7" this will be read as "1167", so I need to replace all "." with ",".
    How can I do that in ASP.Net?
    In ASP I used a replace-method.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    I've solved it...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width