public static int getInt32(this HanaDataReader reader, string tag) { return(reader.getInt32(tag, HanaDataReaderHelperDefault.INT_DEF)); }