Tuesday, April 5, 2011

vb.net: Replace function with double quotes in From part

in vb.net how can i use replace function when the replace from part has double quotes in its value ?

From stackoverflow
  • Dim s As String = String.Replace("some string", "some "" string with quotes")
    

0 comments:

Post a Comment