I'm trying to get the value of an Ascii character, but I'm a little clueless
So far i have found
Character.getNumericValue
But when I read the documentation, he says
Returns an int value that is the specified Unicode character
In php, I used to use ord (string String)
Does character .getNumericValue mean to me?
Lamis source share