通过这段代码,可以实现C#判断数据类型
成都创新互联主要从事成都做网站、成都网站制作、成都外贸网站建设、网页设计、企业做网站、公司建网站等业务。立足成都服务宁远,十多年网站建设经验,价格优惠、服务专业,欢迎来电咨询建站服务:028-86922220
- using System;
- using System.Collections.Generic;
- using System.Text;
- public class Test2
- {
- public void aaB(string a, int b)
- {
- if(a!=null)
- {
- Console.WriteLine("The stirng is " + a + ", the number is " + b);
- }
- else
- {
- Console.WriteLine("error");
- }
- }
- public void checkType(object type)
- {
- Console.WriteLine("The "+type+" type is {0},", type.GetType());
- }
- public static void Main()
- {
- Test2 ts = new Test2();
- string a="my name is a";
- int b=3662296;
- ts.aaB(a,b); //C#判断数据类型
- int i = 5;
- string k="哈,今天的天氣不錯,我叫string ";
- Console.WriteLine("i is an int ? {0}" , i.GetType() == typeof(int));
- Console.WriteLine("i is an int ? {0}" , typeof(int).IsInstanceOfType(i));
- Console.WriteLine("k is an int ? {0}" , typeof(int).IsInstanceOfType(k));
- Console.WriteLine("The type of k is {0},",k.GetType());
- ts.checkType(k);
- ts.checkType(i);
- }
- }
C#判断数据类型相关代码实例就介绍到这里。
网站标题:C#判断数据类型相关代码实例
分享URL:http://www.shufengxianlan.com/qtweb/news49/528249.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联