You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Character.getNumericValue (aChar) will let me convert a char into an int. I want to know how I can reverse the process and get a char from an integer? Thanks.