| Visual Basic (Declaration) | |
|---|---|
Public Function WriteXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool WriteXMLFile( string strFileName ) | |
Parameters
- strFileName
- The full path and file name of the xml file.
Return Value
This method returns a value of type Boolean, indicating if the file was written successfully.If no extension is provided in the strFileName parameter, the default extension is .xml
For additional information, please see Reading and Writing XML Data.