开发者

Convert MongoDB BsonDocument into a string

How do a convert an entire MongoDB BsonDocument into 开发者_JAVA百科a string?

(I'm using the official C# driver)


You can convert BsonDocument into a JSON formatted string using MongoDB.Bson.BsonExtensionMethods.ToJson.


Code used shown below:

string rc = responseDoc.ToJson<MongoDB.Bson.BsonDocument>();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜