Click or drag to resize

translationTextTableGetEntryAsStringPair Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the entry as string pair like: rečnik|dictionary either the key found as Key or Value in the table. Returns empty string if not found and autoconversion wasn't enabled

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

Parameters

key
Type: SystemString
The key or value to get pair for

Return Value

Type: String
Gets the entry as string pair like: rečnik|dictionary either the key found as Key or Value in the table. Returns empty string if not found and autoconversion wasn't enabled
See Also