25 December 2013

what is difference between Write() and WriteLine() methods in .Net

Write() Method will keep the cursor on the same Line after writing the data.

WriteLine() Method will take cursor to new Line.

No comments:

Post a Comment