Commits


Gavin Murrison authored and GitHub committed 0026c0cda71
GH-30717: [C#] Add ToString() methods to Arrow classes (#36566) ### What changes are included in this PR? Implemented the ToString() method on classes ChunkedArray, Field, RecordBatch, Schema and Table. I could not find the class DataType mentioned in the issue, perhaps it meant DateType? Closes #30717. * Closes: #30717 Lead-authored-by: Gavin Murrison <2135106+voidstar69@users.noreply.github.com> Co-authored-by: voidstar69 <voidstar69@gmail.com> Co-authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>