| Visual Basic (Declaration) | |
|---|---|
Public Function ReadXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool ReadXMLFile( string strFileName ) | |
Parameters
- strFileName
- The full path and file name of the XML file.
Return Value
BooleanFor more information on using this method see Reading and Writing XML.