StringExt extension

on

Properties

isDouble bool
no setter
isInt bool
no setter
notBlank String?
no setter
notEmpty String?
no setter

Methods

toDouble() double
toDoubleOrNull() double?
toHexColor() int
toInt({int? radix}) int
The radix must be in the range 2..36. The digits used are first the decimal digits 0..9, and then the letters 'a'..'z' with values 10 through 35. Also accepts upper-case letters with the same values as the lower-case ones.
toIntOrNull({int? radix}) int?