namespace sys.core
class ConvertUtf32
A class implementing conversions to and from binary data and Utf32 buffers.
static def FromUtf8(ref dest: Slice, ref src: ReadSlice);
Converts a source Utf8 buffer to a destination Utf32 buffer.
| dest | the destination buffer |
|---|---|
| src | the source buffer |