Table of Contents

Method MakePrintable

Namespace
Terminal.Gui.Text
Assembly
Terminal.Gui.dll

MakePrintable(string)

Ensures the text is not a control character and can be displayed by translating characters below 0x20 to equivalent, printable, Unicode chars.

public static string MakePrintable(this string str)

Parameters

str string

The text.

Returns

string

Remarks

This is a Terminal.Gui extension method to string to support TUI text manipulation.