csharp store strings in file

Code Example - csharp store strings in file

                
                        System.IO.File.WriteAllText("C:\your_path\your_file", Your_contents);