Click or drag to resize

translationTextTableSetEntryFromString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the entry from string pair like: štetočina|stetocina if štetočina not already defined. It will recognize automatically if its not single line but multiple lines

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public translationTextTableEntryEnum SetEntryFromString(
	string entryLine
)
Request Example View Source

Parameters

entryLine
Type: SystemString
The entry line.

Return Value

Type: translationTextTableEntryEnum
newEntry if new entry was created, none if there was problem in the format, other if the entry was found
See Also