TextItemsGetText Method (String, String, Boolean) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter 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,
string defaultValue,
out bool found
)
Public Function GetText (
index As String,
defaultValue As String,
<OutAttribute> ByRef found As Boolean
) As String
Parameters
- index
- Type: SystemString
The index of the item. - defaultValue
- Type: SystemString
The value to return if the item is not found. - found
- Type: SystemBoolean
True if item was found, else false.
Return Value
Type:
StringThe text for item if found, else the default value.
Remarks Tenant-specific vocabulary replacement is applied.
See Also