Click or drag to resize

BibTexDataFileGetBibTexCode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the bib tex code.

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public string GetBibTexCode(
	bool processed = false,
	translationTextTable processorTable = null,
	ILogBuilder log = null
)
Request Example View Source

Parameters

processed (Optional)
Type: SystemBoolean
if set to true [processed].
processorTable (Optional)
Type: imbSCI.DataComplex.specialtranslationTextTable
The processor table.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.

Return Value

Type: String
See Also