Click or drag to resize

translationTextTabletranslate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Translates the specified input replacing key with value, uses the complete table

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public string translate(
	string input,
	bool inverse = false
)
Request Example View Source

Parameters

input
Type: SystemString
The input.
inverse (Optional)
Type: SystemBoolean
if set to true [inverse].

Return Value

Type: String
See Also