menu
dev_toolkit package
documentation
extensions/string_extensions.dart
hexToInteger function
hexToInteger function
dark_mode
light_mode
hexToInteger
function
int
hexToInteger
(
String
hex
)
Implementation
int hexToInteger(String hex) => int.parse(hex, radix: 16);
dev_toolkit package
documentation
extensions/string_extensions
hexToInteger function
string_extensions library