2008年11月7日

基本类型的方法

摘要: Dim ss() As String Dim by As Byte Dim d As Double Dim b As Boolean Dim da As Date Dim c As Char Dim cc() As Char '整数操作 i = Int32.Parse("¥123", Globalization.NumberStyles.AllowCurrencySymbol)... 阅读全文

posted @ 2008-11-07 14:29 笑看风云淡 阅读(174) 评论(0) 推荐(0) 编辑

vb.net反射中如何将字符串转化为对象实例

摘要: Imports System.Reflection Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim o As Object = Activator.Creat... 阅读全文

posted @ 2008-11-07 09:34 笑看风云淡 阅读(2194) 评论(0) 推荐(0) 编辑

导航