StringExtension extension
- on
Properties
- isNullOrEmpty → bool
-
Available on String?, provided by the StringExtension extension
isNullOrEmpty extension this extension will check if the string is empty or nullno setter - replaceNullWithDouble → double
-
Available on String?, provided by the StringExtension extension
replaceNullWithDouble method this method will check and replace null with an double valueno setter - replaceNullWithEmpty → String
-
Available on String?, provided by the StringExtension extension
replaceNullWithEmpty method this method will check and replace null with an empty stringno setter - replaceNullWithZero → int
-
Available on String?, provided by the StringExtension extension
replaceNullWithZero extension this method will check and replace null with an integer valueno setter - replaceTrueOrFalse → int
-
Available on String?, provided by the StringExtension extension
replaceTrueOrFalse extension this method will check and replace true/false value with integer valueno setter - toDouble → double?
-
Available on String?, provided by the StringExtension extension
toDouble extension this method can be used on string as an extension to convert a string into doubleno setter - toInt → int?
-
Available on String?, provided by the StringExtension extension
toInt extension this method can be used on string as an extension to convert a string into integerno setter - toThreeDigits → String
-
Available on String?, provided by the StringExtension extension
toThreeDigits extension this extension will convert a string to three digitsno setter - toTwoDigits → String
-
Available on String?, provided by the StringExtension extension
toTwoDigits extension this extension will convert a string to two digitsno setter - trimLastChar → String
-
Available on String?, provided by the StringExtension extension
trimLastChar extension this extension will trim or remove last character from a stringno setter
Methods
-
toLengthOfString(
dynamic lengthOfString) → String -
Available on String?, provided by the StringExtension extension
toLengthOfString extension this extension will convert a string to the length specified