RichTextKit v0.4

Utf32Utils.ToUtf32 Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Utf32Utils

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

public static int[] ToUtf32(string str);

Parameters

string str

The string to convert

Returns

int[]

The converted code points