Options

SQLDataCompare API examples - Composite Formatting ?

jimbohjimboh Posts: 20
edited April 1, 2008 8:03AM in SQL Toolkit Previous Versions
Can someone explain the purpose and meaning of the \t used in the formating used in the examples (like Console.WriteLine("{0}\t{1}\t{2}\t{3}",field.Field(false).Name, value1.ToString(),row.FieldDifferent(i)?"<>":"==", value2.ToString());)

I just cant find any .net help doco to explain this ...

Comments

Sign In or Register to comment.