FileGenerator.CreateFileWithSpecificContent(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ CreateFileWithSpecificContent(System::String ^ fileName, System::String ^ content);
public string CreateFileWithSpecificContent (string fileName, string content);
member this.CreateFileWithSpecificContent : string * string -> string
Public Function CreateFileWithSpecificContent (fileName As String, content As String) As String
Parameters
- fileName
- String
- content
- String