Click or drag to resize

BibTexDataFileLoadSource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads Bibtex entries from the source code

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public void LoadSource(
	string source,
	ILogBuilder log = null
)
Request Example View Source

Parameters

source
Type: SystemString
The BibTex string source code
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
See Also