Click or drag to resize

TextItemsApplyVocab Method (String, Boolean, String)

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,
	string format
)

Parameters

s
Type: SystemString
The string to which to apply vocabulary.
implicitVocab
Type: SystemBoolean
Specifies whether or not implicit vocabulary matching should be attempted.
format
Type: SystemString
If implicit vocabulary applied, what format transformation should be applied to the string

Return Value

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