public static decimal getDecimal(this HanaDataReader reader, string tag) { return(reader.getDecimal(tag, HanaDataReaderHelperDefault.DECIMAL_DEF)); }