C# JsonConvert 序列號 DateTime類型 格式多T

序列化字符串後,值變成了"2018-02-05T00:00:00".net

序列化時候 須要更改一下日期轉換方式:orm

IsoDateTimeConverter timeConverter = new IsoDateTimeConverter { DateTimeFormat = "yyyy-MM-dd HH:mm:ss" };blog

public string xxxInfo => JsonConvert.SerializeObject(xxx, Formatting.Indented, timeConverter);

原文連接:https://blog.csdn.net/q646926099/article/details/79259428字符串

相關文章
相關標籤/搜索