Click or drag to resize

translationTextTableSetEntriesFromString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the entries from string containing pairs like: pasoš|pasos separated by NewLine

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public int SetEntriesFromString(
	string entryPairs
)
Request Example View Source

Parameters

entryPairs
Type: SystemString
The entry pairs.

Return Value

Type: Int32
Number of new entries set
See Also