Returns the ASCII value as an integer in Java -
i'm trying ascii value of character i'm bit clueless
so far i've found
character.getnumericvalue but when read documentation says
returns int value specified unicode character
in php used use ord(string string)
so character.getnumericvalue me?
all have cast (int) c, c char (i.e. character).
Comments
Post a Comment