nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / PrintAsTable

PrintAsTable

Full name Microsoft.VisualBasic.ApplicationServices.Terminal.PrintAsTable Assembly Microsoft.VisualBasic.Runtime Members 8

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Terminal.PrintAsTable

02 Methods

NameOverloadsSummary
Print 2 Returns a text string
PrintTable 1 与函数PrintAsTable.Print())所不同的是,这个函数还会添加边框
Print 5 Print the string dictionary as table

03 Members

method Print #
Print``1(IEnumerable(Of ``0), Boolean)

Returns a text string

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
sourceIEnumerable(Of ``0)

-

addBorderBoolean

-

method Print overload 2 #
Print``1(IEnumerable(Of ``0), TextWriter, Boolean)

Print the object collection as table on the console

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
sourceIEnumerable(Of ``0)

-

devTextWriter

-

addBorderBoolean

-

method PrintTable #
PrintTable(IEnumerable(Of String()), TextWriter, Char, String(), Boolean, Int32)

与函数PrintAsTable.Print()所不同的是,这个函数还会添加边框

Parameters
NameTypeDescription
sourceIEnumerable(Of String())

Each element is a row in table matrix

devTextWriter

-

sepChar

-

method Print overload 3 #
Print(IEnumerable(Of String()), TextWriter, Char, Int32)

Print the string matrix collection source in table layout.

Parameters
NameTypeDescription
sourceIEnumerable(Of String())

The string matrix collection.

devTextWriter

The output device

sepChar

-

method Print #
Print(Dictionary(Of String, String), TextWriter, Char, Int32)

Print the string dictionary as table

Parameters
NameTypeDescription
tableDictionary(Of String, String)

-

devTextWriter

-

sepChar

-

method Print overload 4 #
Print(IEnumerable(Of T), Boolean)
method Print overload 5 #
Print(IEnumerable(Of T), TextWriter, Boolean)
method Print overload 2 #
Print(IEnumerable(Of NamedValue(Of String)), TextWriter, Char, Boolean, Int32)