RichTextKit v0.4

Utf32Utils Class

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils

Miscellaneous utility functions for working with UTF-32 data.

public static class Utf32Utils

Methods

FromUtf32(Slice<int>)

Convert a slice of UTF-32 integer code points to a string

ToUtf32(string)

Converts a string to an integer array of UTF-32 code points