 | 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
Syntaxpublic static void UTF16ValToSTR(
int ch,
ref string str_val,
int size
)
public static void UTF16ValToSTR(
int ch,
ref string str_val,
int size
)
Public Shared Sub UTF16ValToSTR (
ch As Integer,
ByRef str_val As String,
size As Integer
)
Public Shared Sub UTF16ValToSTR (
ch As Integer,
ByRef str_val As String,
size As Integer
)
public:
static void UTF16ValToSTR(
int ch,
String^% str_val,
int size
)
public:
static void UTF16ValToSTR(
int ch,
String^% str_val,
int size
)
static member UTF16ValToSTR :
ch : int *
str_val : string byref *
size : int -> unit
static member UTF16ValToSTR :
ch : int *
str_val : string byref *
size : int -> unit
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.
RemarksAn empty string will be returned for invalid symbols
See Also