我想打印文字" TEST" (Console.WriteLine)在我的VB.net控制台应用程序的中心。我该怎么做?
寻找适合初学者的'答案。
答案 0 :(得分:1)
您需要获取console with,获取您要显示的length of the string,然后从第一个中减去第二个,将其除以一半并用此数字填充字符串空格。
答案 1 :(得分:0)
Dim text As String : text = "[Insert Text Here]" : Console.WriteLine(text.PadLeft((Console.WindowWidth / 2) + (text.Length / 2)))