In c# how to remove single quotes in a string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sameera1
    New Member
    • Mar 2013
    • 2

    In c# how to remove single quotes in a string

    In c# how to remove single quotes in a string for example :-it is having '132627 then i need to remove this single quote?

    and make it look like this 132627
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    string has a Replace function. Read it's docs, try some code and post again if you still have problems.

    Comment

    Working...