Click or drag to resize

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
Syntax
public static int iIsValidUTF16Char(
	int ch
)

public static int iIsValidUTF16Char(
	int ch
)

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