apptreematt
fun String.intOrDefault(defaultValue : Int = 0) : Int { return this.toInt() ?: defaultValue }