Example #1
0
 public virtual double ToDouble()
 {
     return(Util.ToDouble(ObjectValue));
 }
Example #2
0
 public virtual long ToLong()
 {
     return(Util.ToInt64(ObjectValue));
 }
Example #3
0
 public virtual int ToInt32()
 {
     return(Util.ToInt32(ObjectValue));
 }