RecroDict.GetOrDefault 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.12.0.24.1213.1
C#
public static string GetOrDefault(
	string language,
	string scope,
	string stringId,
	string defaultValue,
	params Object[] args
)

Parameters

language  String
The language.
scope  String
The Scope.
stringId  String
The StringId.
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