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
)
Public Function ApplyVocab (
s As String,
implicitVocab As Boolean,
format As String
) As String
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:
StringThe string with appropriate vocabulary replacement.
See Also