Click or drag to resize

AppContextGetText Method (String)

Returns a string from the 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
)

Parameters

stringID
Type: SystemString
The ID of the string to retrieve.

Return Value

Type: String
The string from the TextItems collection.

Implements

IAppContextGetText(String)
See Also