RichTextKit v0.4

Utf32Buffer.GetString Method

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

Gets a part of the buffer as a string.

public string GetString(int start, int length);

Parameters

int start

The UTF-32 code point index of the first character to retrieve

int length

The number of code points in the string to be retrieved

Returns

string

A string equivalent to the specified code point range.