RecroDict.GetS(String, String, Boolean, Object[]) Method

Returns the requested dictionary item.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.11.0.24.1208.1
C#
public static string GetS(
	string language,
	string id,
	bool strip = false,
	params Object[] args
)

Parameters

language  String
The language.
id  String
The Scope.StringId.
strip  Boolean  (Optional)
If true, it removes HTML elements from the result.
args  Object[]
Parameters to be inserted into the dictionary item.

Return Value

String
Dictionary item.

Remarks

In case of embedding: ... <%Scope.StringId {parameters}%> ...

See Also