正确用法

 object a = pFeature.get_Value(fidIndex);
 long fidValue = Convert.ToInt64(a) ;

错误用法

object a = pFeature.get_Value(fidIndex);
 long fidValue = (long)a;

posted on 2010-10-09 10:32  hl3292  阅读(380)  评论(0编辑  收藏  举报