Indicates whether codePoint is a valid Unicode code point.
Syntax
[Android.Runtime.Register("isValidCodePoint", "(I)Z", "")]
public static
bool IsValidCodePoint (
int codePoint)
Parameters
- codePoint
- the code point to test.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1