dimanche 29 mars 2015

How to read in C# the Newline character in a SQLite database?

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