标题:菜鸟求助~~
只看楼主
xzhiyang
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2005-12-23
 问题点数:0 回复次数:1 
菜鸟求助~~
怎样用Typeof关键字判别用户输入的数据类型啊??
搜索更多相关主题的帖子: 关键字 用户 
2005-12-23 10:16
唐伯猫
Rank: 8Rank: 8
等 级:贵宾
威 望:45
帖 子:5323
专家分:58
注 册:2005-8-9
得分:0 

tpyeof运算符用于获得某一类型的 System.Type 对象.tpyeof表达式采用以下形式:
typeof(type)

其中:

type
要获得其 System.Type 对象的类型。

using system

class GettypeTest

{
public static void Main()
{
int radius=3;
Console.WriteLine("Area={0},radius*radius*Math.PI");
Console.WriteLine("The type is {0}",(radius*radius*Math.PI).GetType());
}
}

<iframe name="alimamaifrm" frameborder="0" marginheight="0" marginwidth="0" border="0" scrolling="no" width="300" height="170" src="/go/app/tbk_app/chongzhi_300_170.php?pid=mm_28854300_2441872_11377541&page=chongzhi_300_170.php&size_w=300&size_h=170&stru_phone=1&stru_game=1&stru_travel=1" ></iframe>
2005-12-24 09:01



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-39595-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.321482 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved