G
Guest
hello,
I'm trying to write a some text to a text file using WriteAllText method.
This method works fine but I don't understand how can I use format specifiers
to format the text as we use in C i.e "\n" for newline, "\t" for tab,...etc.
bye
I'm trying to write a some text to a text file using WriteAllText method.
This method works fine but I don't understand how can I use format specifiers
to format the text as we use in C i.e "\n" for newline, "\t" for tab,...etc.
bye