StringExt extension

on

Properties

isBlank bool

Available on String, provided by the StringExt extension

no setter

Methods

isDigit() bool

Available on String, provided by the StringExt extension

toDateTime([DateFormat? df, bool utc = false]) DateTime?

Available on String, provided by the StringExt extension

toDouble() double?

Available on String, provided by the StringExt extension

toInt([int? radix]) int?

Available on String, provided by the StringExt extension