/// <summary> /// Get integer value from the datarow /// </summary> /// <param name="colName"></param> /// <returns></returns> public int IntValue(string colName) { return(Utility.ToInt(GetValue(colName))); }