AppContextGetResourceString 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 public string GetResourceString(
string resourceID,
string defaultValue
)
Public Function GetResourceString (
resourceID As String,
defaultValue As String
) As String
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:
StringThe resource string, if found, else the default value.
Implements
IAppContextGetResourceString(String, String)See Also