dbicDate Send comments on this topic.
ReadXMLFile Method
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ReadXMLFile Method

strFileName
The full path and file name of the xml file.
Reads the data from an xml file into the control.

Syntax

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.

For additional information, please see Reading and Writing XML Data.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also