c# handle single quote inside string

63

c# handle single quote inside string -

s = s.Replace("'", "\\'")

Comments

Submit
0 Comments