摘要: public static Type TypeCodeToType(TypeCode tc) { return Type.GetType("System." + Enum.GetName(typeof(TypeCode), tc)); }阅读全文
posted @ 2009-05-11 23:38 麦壳饼 阅读(58) | 评论 (0) 编辑 |
posts - 23, comments - 22, trackbacks - 0, articles - 3 |
||
05 2009 档案摘要: public static Type TypeCodeToType(TypeCode tc) { return Type.GetType("System." + Enum.GetName(typeof(TypeCode), tc)); }阅读全文 posted @ 2009-05-11 23:38 麦壳饼 阅读(58) | 评论 (0) 编辑 | 摘要: char * _padleft; char * PadLeft(char bychar,char *str,int len ) { char *tmpxx;// echoic("char bychar %c,char *str %s ,int len %d ", bychar, str, len ); _padleft=(char *)malloc(len+1); tmpxx=(char ...阅读全文 posted @ 2009-05-06 18:30 麦壳饼 阅读(82) | 评论 (0) 编辑 |
|
||