摘要: 浮点型 Name CTS Type Description Significant Figures Range (approximate) float System.Single 32-bit single-precision floating point 7 -3.4 × 10^38 到 +3.4 阅读全文
posted @ 2018-08-02 16:19 Gangle 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 系统格式化 自定义格式化 可使用分隔符来分隔年月日时分秒。 包含的值可为:-、/、:等非关键字符 DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss:ffff"); // => 2016-05-09 13:09:55:2350 DateTime.Now.ToStri 阅读全文
posted @ 2018-08-02 13:28 Gangle 阅读(137) 评论(0) 推荐(0) 编辑