TextItemsGetText Method (String) |
Returns the text for the given index. If the text doesn't exist in the collection
then an empty string is returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetText(
string index
)
Public Function GetText (
index As String
) As String
Parameters
- index
- Type: SystemString
The index of the item.
Return Value
Type:
StringThe text for item if found, else an empty string.
Remarks Tenant-specific vocabulary replacement is applied.
See Also