ReportVocabResolve Method (String, Boolean, String) |
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)
Syntax public string Resolve(
string textIN,
bool implicitVocab,
string format
)
Public Function Resolve (
textIN As String,
implicitVocab As Boolean,
format As String
) As String
Parameters
- textIN
- Type: SystemString
The string to which to apply vocabulary - implicitVocab
- Type: SystemBoolean
- format
- Type: SystemString
If implicit vocabulary is applied, what transformation should be applied to the string.
Return Value
Type:
StringThe resolved vocbularized string.
See Also