Click or drag to resize

IAppContextGetResourceString Method

Returns the string for the given resource for this application's Culture.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string GetResourceString(
	string resourceID,
	string defaultValue
)

Parameters

resourceID
Type: SystemString
The resource ID of the string.
defaultValue
Type: SystemString
The value to use if the specified string resource is not found.

Return Value

Type: String
The resource string, if found, else the default value.
See Also