|
-
Oct 19th, 2005, 10:06 AM
#1
Thread Starter
Member
[RESOLVED] how to do
hi
can anybody please suggest how to remove quotes from a string ,
-
Oct 19th, 2005, 11:32 AM
#2
Hyperactive Member
Re: how to do
what you mean remove quotes?
-
Oct 19th, 2005, 11:37 AM
#3
Thread Starter
Member
Re: how to do
 Originally Posted by JenniferBabe
what you mean remove quotes?
there is a string containing quotation mark ( " ) how to remove the quotation mark from string . string.replace( ) what parameter should i give for quotation mark
-
Oct 19th, 2005, 11:46 AM
#4
Re: how to do
A single quote is \". So the replace string would be "\"".
-
Oct 19th, 2005, 05:22 PM
#5
Re: how to do
myString.Replace("\"", string.Empty)
-
Oct 20th, 2005, 02:53 AM
#6
Thread Starter
Member
Re: how to do
Thanks penagate, thanks for your quick reply, as i was in the client side so i couldnot manage to refer any books or tutorial to check this.
thanks to jmcilhinney also , but i got the hint already.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|