IsDBCSLeadByte method

int IsDBCSLeadByte(
  1. int TestChar
)

Implementation

int IsDBCSLeadByte(
  int TestChar,
) {
  return _IsDBCSLeadByte(
    TestChar,
  );
}