ConsoleStringExtensions Class

Tungsten Suite

ConsoleStringExtensions Class

Extension methods related to the Console
Inheritance Hierarchy
SystemObject  WConsoleStringExtensions

Namespace:  W
Assembly:  Tungsten.Console (in Tungsten.Console.dll) Version: 2.0.0
Syntax
C#
public static class ConsoleStringExtensions

The ConsoleStringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWriteFullConsoleLine
Writes text to the console. Columns which the text doesn't overwrite are filled with the specified padding character.
Public methodStatic memberWriteToConsole
Writes text to the console at the specified location (x,y)
Top
See Also

Reference