Reference Library
BniFileParser Constructor (filePath)
NamespacesMBNCSUtil.DataBniFileParserBniFileParser(String)
Creates a new BNI file parser to parse the specified file.
Declaration Syntax
C#Visual BasicVisual C++
public BniFileParser(
	string filePath
)
Public Sub New ( _
	filePath As String _
)
public:
BniFileParser(
	String^ filePath
)
Parameters
filePath (String)
The path to the file to parse.
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown if the file specified in filePath does not exist.
InvalidDataExceptionThrown if the file contains data types that are unsupported by this implementation.

Assembly: Asgard5Library (Module: Asgard5Library)