Link Search Menu Expand Document

DocumentParserAddTemplateFromString Method (String)

Loads template from YAML or JSON string and adds it to internal template list. String can contain a single template or several templates as array. Multiple YAML templates can also be separated by "---" line instead of array.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public void AddTemplateFromString(
	string templateString
)

Parameters

templateString
Type: SystemString
String containing the template.
See Also

Reference