ReportVocabResolve Method (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
)
Public Function Resolve (
textIN As String
) As String
Parameters
- textIN
- Type: SystemString
The string to which to apply vocabulary
Return Value
Type:
StringThe resolved vocbularized string.
See Also