Closed cl2raul66 closed 2 years ago
hello, I try to save a text string like this: " I am your master \n ", but when I recover it looks like this: "I am your master"
How can I do that?
Hi @cl2raul66, in your case, try setting the BsonMapper.Global.TrimWhitespace to false. It's default value is true. Please see more info at http://www.litedb.org/docs/object-mapping/
hello, I try to save a text string like this: " I am your master \n ", but when I recover it looks like this: "I am your master"