Click or drag to resize

CUNCUTF16ValToSTR Method (Int32, String, Int32)

Convert a UTF-16 value to a UTF-8 encoded string.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void UTF16ValToSTR(
	int ch,
	ref string str_val,
	int size
)

public static void UTF16ValToSTR(
	int ch,
	ref string str_val,
	int size
)

Parameters

ch
Type: SystemInt32
UTF-16 value (32-bit int, lower 16 bits used, upper bits reserved for future use)
str_val
Type: SystemString
Converted string
size
Type: SystemInt32
<define>UTF8</define> Size of string.
Remarks
An empty string will be returned for invalid symbols
See Also