Click or drag to resize

resourceConverterForGramaticTagsGetStringFor Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the string version for the posEnumValue specified. For none returns empty string

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public string GetStringFor(
	Object posEnumValue,
	bool enforceSupport = false
)

Parameters

posEnumValue
Type: SystemObject
The POS Enum value to convert
enforceSupport (Optional)
Type: SystemBoolean
if set to true it will enforce support by calling ToString

Return Value

Type: String
String representation
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNot supported by this specification - posEnumValue
See Also