随笔分类 -  C#基础

摘要:/// <summary> /// 将JSON文本转换成HttpResponseMessage数据行 /// </summary> /// <param name="HttpResponseMessage文本">HttpResponseMessage文本</param> 阅读全文
posted @ 2019-10-17 10:06 袁浩178 阅读(1616) 评论(0) 推荐(0)
摘要:C#.ToString()格式大全 stringstr1=string.Format("{0:N1}",56789); //result: 56,789.0 stringstr2=string.Format("{0:N2}",56789); //result: 56,789.00 stringstr3=string.Format("... 阅读全文
posted @ 2019-10-08 10:28 袁浩178 阅读(598) 评论(0) 推荐(0)