Method MakePrintable
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
strstringThe text.
Returns
Remarks
This is a Terminal.Gui extension method to string to support TUI text manipulation.