Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Problem With Strings

  Asked By: Abbie    Date: Jan 02    Category: Asp.net    Views: 678
  

If I have to search for a Double Quote in a string
what dfuntion to use and secondly I have to replace it
a blank space.
what should I do sorry for bothering with some silly
questions!!

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Fuzairah Neeman     Answered On: Jan 02

Use String.Replace()..................

 
Answer #2    Answered By: Brandi Ramirez     Answered On: Jan 02

All strings  have a replace  object built-in.

strTemp=strTemp.Replace(""""""," ")

 
Didn't find what you were looking for? Find more on Problem With Strings Or get search suggestion and latest updates.




Tagged: