touchgfx::Unicode::atoi() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Unicode::atoi() method

@fn static int Unicode::atoi(const UnicodeChar* s); String to integer conversion. String to integer conversion. Starts conversion at the start of the string. Running digits from here are converted.

Syntax

static int atoi(const UnicodeChar* s);

Arguments

s

DECIMAL zero-terminated unicode string to convert.

Return value

The converted integer value of the string, 0 if the string does not start with a digit.

References

LocationText
Unicode.hpp:151
static int atoi(const UnicodeChar* s);