An app I'm currently working on needs to retrieve the Newline (\n) character in a TEXT Field stored in a SQLite DB. What is the corresponding character for \n in SQLite? Because
string[] words = str.Split(new string[] { @"\r\n" }, StringSplitOptions.None);
doesn't seem to work.
Aucun commentaire:
Enregistrer un commentaire