char method

String char(
  1. int charCode
)
inherited

Implementation

String char(int charCode) {
  return String.fromCharCode(charCode);
}