UtilConsoleClearCurrentLine Method
Clears the current console line.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ClearCurrentLine()
Public Shared Sub ClearCurrentLine
UtilConsole.ClearCurrentLine()
public:
static void ClearCurrentLine()
static member ClearCurrentLine : unit -> unit
No code example is currently available or this language may not be supported.
This is a code example.
No code example is currently available or this language may not be supported.
Console.WriteLine("Hello World!")
Threading.Thread.Sleep(500)
Console.SetCursorPosition(0, Console.CursorTop - 1)
ClearCurrentLine()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.