IsCharAlphaA method

int IsCharAlphaA(
  1. int ch
)

Implementation

int IsCharAlphaA(
  int ch,
) {
  return _IsCharAlphaA(
    ch,
  );
}