ConvertString extension
- on
Methods
-
formatMask(
{required String mask}) → String -
Available on String?, provided by the ConvertString extension
-
toBool(
) → bool -
Available on String?, provided by the ConvertString extension
-
toCapitalized(
) → String -
Available on String?, provided by the ConvertString extension
-
toCurrencyNumeric(
) → double? -
Available on String?, provided by the ConvertString extension
-
toDecimal(
) → double? -
Available on String?, provided by the ConvertString extension
-
toInt(
) → int? -
Available on String?, provided by the ConvertString extension
-
toUpperFirstCase(
) → String -
Available on String?, provided by the ConvertString extension