Method MakePrintable | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

MakePrintable(Rune)

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

public static Rune MakePrintable(Rune c)

Parameters

c Rune

Rune to translate

Returns

Rune

Edit this page