It may be single quotes problem , just replace single quotes with double quotes
return str.Replace("'" , "''");
follow th link
http://net-informations.com/csprj/ad...nglequotes.htm
crome....
User Profile
Collapse
-
try like this
str = "123234847212|| D|20130401 14:52:08|";
char[] splitchar = { '|' };
strArr = str.Split(split char);
http://csharp.net-informations.com/s...ring-split.htm
nicol....Leave a comment:
No activity results to display
Show More
Leave a comment: