摘要:Author:水如烟 ''' ''' 货币拼写转换''' ''' LzmTW 20060127Public Class CurrencySpellClass CurrencySpell '定义为静态类 Private Sub New()Sub New() End Sub ''' ''' 货币金额拼写转换 ''' ''' 金额 ''' 格式类型 ...
阅读全文
posted @ 2006-01-27 18:42
|
||
随笔分类 - k、制作通用类
写写常用到的类
摘要:Author:水如烟 ''' ''' 货币拼写转换''' ''' LzmTW 20060127Public Class CurrencySpellClass CurrencySpell '定义为静态类 Private Sub New()Sub New() End Sub ''' ''' 货币金额拼写转换 ''' ''' 金额 ''' 格式类型 ...
阅读全文
posted @ 2006-01-27 18:42
摘要:Author:水如烟测试: Dim r As New LzmTW.Common.RatePayingClass '测试,不分层级 Private Sub Button2_Click()Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Clic...
阅读全文
posted @ 2005-10-30 00:25
摘要:Author:水如烟 身份证的前6位就是表示开出身份证所在地的区划代码。 图:测试示图 类: ''' ----------------------------------------------------------------------------- ''' Project : LzmTW.Common ''' Class : Common.RegionalCodeClas...
阅读全文
posted @ 2005-10-22 22:53
|
||