| 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
A Boolean value, indicating if the file was written successfully.If no extension is provided in the strFileName parameter, the default extension is .xml