摘要: stringstr1 =string.Format("{0:N1}",56789); //result: 56,789.0stringstr2 =string.Format("{0:N2}",56789); //result: 56,789.00stringstr3 =string.Format("{0:N3}",56789); ... 阅读全文
posted @ 2007-07-10 17:10 yongwnet 阅读(362) 评论(0) 推荐(0) 编辑
摘要: Imports SystemImports System.CollectionsImports Org.Mentalis.FilesPublic Class TestAppClass TestApp Public Shared Sub Main()Sub Main() Dim ini As New IniReader("c:\test.ini") ini.Wr... 阅读全文
posted @ 2007-07-10 01:02 yongwnet 阅读(636) 评论(0) 推荐(0) 编辑
摘要: ''' ''' 压缩 ''' ''' ''' ''' Public Sub CompressFile()Sub CompressFile(ByVal sourceFile As String, ByVal destinationFile As String) ' make sure the source file is there ... 阅读全文
posted @ 2007-07-10 00:58 yongwnet 阅读(414) 评论(0) 推荐(0) 编辑