RecroDictGetOrDefault Method

Gets the string value associated with the specified language, scope, and string ID. If the string is not found, returns the specified default value.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.16.0.25.0402.1
C#
public static string GetOrDefault(
	string language,
	string scope,
	string resourceKey,
	string defaultValue,
	params Object[] args
)

Parameters

language  String
The language.
scope  String
The Scope.
resourceKey  String
The ResourceKey.
defaultValue  String
The default value to return if the string is not found.
args  Object
Parameters to be inserted into the dictionary item.

Return Value

String
Dictionary item.

See Also