List of utility methods to do String to Short Convert
try { return Short.parseShort(string); } catch (NumberFormatException nfe) { return defValue;