 | CUNCiIsValidUTF16Char Method |
Check if the UTF-16 value is a valid Unicode character code point.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsValidUTF16Char(
int ch
)
public static int iIsValidUTF16Char(
int ch
)
Public Shared Function iIsValidUTF16Char (
ch As Integer
) As Integer
Public Shared Function iIsValidUTF16Char (
ch As Integer
) As Integer
public:
static int iIsValidUTF16Char(
int ch
)
public:
static int iIsValidUTF16Char(
int ch
)
static member iIsValidUTF16Char :
ch : int -> int
static member iIsValidUTF16Char :
ch : int -> int
Parameters
- ch
- Type: SystemInt32
UTF-16 value (32-bit int, lower 16 bits used, upper bits reserved for future use)
Return Value
Type:
Int32
See Also