Click or drag to resize

translationTextTableGetWord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the word pair either the specified key was found as Key or Value, otherwise returns the key or makes auto conversion if isAutoConversionEnabled i.e. conversionMethod provided with translationTextTable constructor

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public string GetWord(
	string key,
	out translationTextTableEntryEnum oentry
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
oentry
Type: imbSCI.DataComplex.specialtranslationTextTableEntryEnum
Provides insight how word was found/converted

Return Value

Type: String
See Also