Determines the numeric value of a character as a decimal digit.
a Unicode character
If @c is a decimal digit (according to g_unichar_isdigit()), its numeric value. Otherwise, -1.
See Implementation
Determines the numeric value of a character as a decimal digit.