class ConvertUtf16

namespace sys.core
class ConvertUtf16

A class implementing conversions to and from binary data and Utf16 buffers.

Methods

FromUtf8

static def FromUtf8(ref dest: Slice, ref src: ReadSlice);

Brief

Converts a source Utf8 buffer to a destination Utf16 buffer.

Parameters

dest the destination buffer
src the source buffer