Method IsValidCodePoint
IsValidCodePoint(int)
Returns true if a code point is valid.
Declaration
public static bool IsValidCodePoint(int codepoint)
Parameters
| Type | Name | Description |
|---|---|---|
| int | codepoint | A code point. |
Returns
| Type | Description |
|---|---|
| bool | True if a code point is valid. |