| 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
This method returns a value of type Boolean, indicating if it was read successfully.