ReportVocabResolve Method (String, Boolean) |
Resolves string to tenant-specific vocabularly.
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string Resolve(
string textIN,
bool implicitVocab
)
Public Function Resolve (
textIN As String,
implicitVocab As Boolean
) As String
Parameters
- textIN
- Type: SystemString
The string to which to apply vocabulary - implicitVocab
- Type: SystemBoolean
Specifies whether or not implicit vocabularly matching is used.
Return Value
Type:
StringThe resolved vocbularized string.
See Also