Esempio n. 1
0
 public static int ToInt32(string value)
 {
     return(ESUtility.ToInt32(value));
 }
Esempio n. 2
0
 public static int ToInt32(object value)
 {
     return(ESUtility.ToInt32(value));
 }
Esempio n. 3
0
 public static int ToInt32(float value)
 {
     return(ESUtility.ToInt32(value));
 }
Esempio n. 4
0
 public IESObject GetValue(ESContext context)
 {
     return(_target.GetValue(context).GetMethod(_property.Name, ESUtility.ToInt32(_count.Value)));
 }