SessionGetText Method (String, String) |
Returns a string from the application's
TextItems collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetText(
string stringID,
string defaultValue
)
Public Function GetText (
stringID As String,
defaultValue As String
) As String
Parameters
- stringID
- Type: SystemString
The ID of the string to retrieve. - defaultValue
- Type: SystemString
The value to return if the text is not found.
Return Value
Type:
StringThe string or default value from the Application's
TextItems collection.
See Also