Char.isValidCodePoint

Determines whether the specified code point is a valid <a href="http://www.unicode.org/glossary/#code_point"> Unicode code point value</a>.

@param codePoint the Unicode code point to be tested @return {@code true} if the specified code point value is between {@link #MIN_CODE_POINT} and {@link #MAX_CODE_POINT} inclusive; {@code false} otherwise.

class Char
static
bool
isValidCodePoint
()

Meta