Click or drag to resize

TextItemsApplyVocab Method (String, Boolean)

Apply tenant-specific vocabulary to the specified string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ApplyVocab(
	string s,
	bool implicitVocab
)

Parameters

s
Type: SystemString
The string to which to apply vocabulary.
implicitVocab
Type: SystemBoolean
Specifies whether or not implicit vocabulary matching should be attempted.

Return Value

Type: String
The string with appropriate vocabulary replacement.
See Also