StringEncoder.convert

Converts a string from one encoding to another.

interface StringEncoder
void
convert
(
cstring input
,
ref mstring output
)

Parameters

input cstring

string to convert

output mstring

converted string

Meta