We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Prints full data table
Namespace: CodeJam.TableDataAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static void Print( TextWriter writer, IEnumerable<string[]> data, string indent = null, bool allowEscaping = true )
VB
Public Shared Sub Print ( writer As TextWriter, data As IEnumerable(Of String()), Optional indent As String = Nothing, Optional allowEscaping As Boolean = true )
F#
static member Print : writer : TextWriter * data : IEnumerable<string[]> * ?indent : string * ?allowEscaping : bool (* Defaults: let _indent = defaultArg indent null let _allowEscaping = defaultArg allowEscaping true *) -> unit
CsvFormat ClassCodeJam.TableData Namespace