Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

write to file c#

System.IO.File.WriteAllText(@"C:Tempcsc.txt", someText);  
Source by www.c-sharpcorner.com #
 
PREVIOUS NEXT
Tagged: #write #file
ADD COMMENT
Topic
Name
9+6 =