Results 1 to 3 of 3

Thread: strings

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Malaysia
    Posts
    345

    strings

    Pls help me write a function in c#, to exclude all the dots(.) from a string.

    Like the string "123.0000" should return "1230000"

    Thanks a ton.
    Thanks.

  2. #2
    Fanatic Member
    Join Date
    Jul 2001
    Location
    London UK
    Posts
    671

    Re: strings

    Use the Replace function or regular expressions

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Malaysia
    Posts
    345

    Re: strings

    Thanks...
    Thanks.

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