C# Class VietOCR.NET.Utilities.Utilities

显示文件 Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
LoadFromXML ( string>.Dictionary table, string xmlFilePath ) : void

Populates a dictionary with entries from an XML document.

Method Details

LoadFromXML() public static method

Populates a dictionary with entries from an XML document.
public static LoadFromXML ( string>.Dictionary table, string xmlFilePath ) : void
table string>.Dictionary
xmlFilePath string
return void