摘要: C# List Following examples show how to create and manipulate with .NET strongly typed list List<T>. List<T> List is a generic type, so you can create 阅读全文
posted @ 2016-09-11 23:30 coolsundy 阅读(745) 评论(0) 推荐(0) 编辑
摘要: Indent String with Spaces This example shows how to indent strings using method for padding in C#. To repeat spaces use method String.PadLeft. If you 阅读全文
posted @ 2016-09-11 23:20 coolsundy 阅读(718) 评论(0) 推荐(0) 编辑
摘要: Align String with Space This example shows how to align strings with spaces. The example formats text to table and writes it to console output. To ali 阅读全文
posted @ 2016-09-11 23:15 coolsundy 阅读(9320) 评论(1) 推荐(1) 编辑
摘要: 一、String Format for Double Digits after decimal point This example formats double to string with fixed number of decimal places. For two decimal place 阅读全文
posted @ 2016-09-11 23:14 coolsundy 阅读(20221) 评论(2) 推荐(3) 编辑