摘要: 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 阅读(762) 评论(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 阅读(731) 评论(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 阅读(9454) 评论(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 阅读(20536) 评论(2) 推荐(3)