Click or drag to resize

translationEnumTableGetEnumT Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the enum having the stringForm equal to the specified

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public T GetEnum<T>(
	string stringForm
)
Request Example View Source

Parameters

stringForm
Type: SystemString
The string form.

Type Parameters

T

Return Value

Type: T
See Also